S
Substack Search
Search Substack posts and publications.
·No reviews yet
Share:
About
Auto-generated
Substack Search is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Substack Search.
- What is the Substack Search MCP?
- The Substack Search MCP allows you to search posts and publications hosted on the Substack platform. It provides a programmatic interface to find content relevant to your queries.
- How can I install the Substack Search MCP in Cursor?
- To install it in Cursor, use the client's MCP installation feature to add a new server. Specify the 'stdio' transport and the repository URL provided: 'https://github.com/substack/substack-mcp'.
- Does the Substack Search MCP require an API key or other credentials?
- No, the Substack Search MCP uses 'none' as its authentication type. It does not require an API key, OAuth, or any other credentials for operation.
- What are the primary capabilities of the Substack Search MCP?
- Its primary capability is searching Substack content. Specific tools are not listed, but it facilitates finding articles and newsletters based on search criteria.
- Are there any licensing costs associated with using the Substack Search MCP?
- The Substack Search MCP is open source, hosted on GitHub under an unspecified license. Any associated costs would depend on how you deploy and host the MCP server itself.
Install Substack Search
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"substack-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-substack-search"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"substack-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-substack-search"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"substack-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-substack-search"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.