Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SearchHub in other clients