SearchStack for Claude Desktop
dev.searchstack/searchstack
Agent-driven search: build, import, tune, search, and score result quality — all over MCP.
client:Claude Desktop
transport:streamable-http
Install SearchStack in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"searchstack": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.searchstack.dev"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs