SearchHub for Cursor
io.github.woodcoal/searchhub
Aggregate Serper, Tavily, Exa and AnySearch behind one MCP-ready API with key rotation and quotas.
client:Cursor
transport:stdio
runtime:npm
Install SearchHub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"searchhub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searchhub"
],
"env": {
"SEARCHHUB_HOME": "<SEARCHHUB_HOME>",
"SEARCHHUB_SECRET": "<SEARCHHUB_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs