search for Claude Desktop
io.github.aimnis/search
Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.
client:Claude Desktop
transport:streamable-http
Install search in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aimnis.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs