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.
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.