SearchHub

SearchHub

Local
@woodcoal3TypeScriptMITUpdated 5 days ago

Aggregate Serper, Tavily, Exa and AnySearch behind one MCP-ready API with key rotation and quotas.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsearchhubv0.1.10

Run

npx -y searchhub

MCP client config

{
  "mcpServers": {
    "searchhub": {
      "command": "npx",
      "args": [
        "-y",
        "searchhub"
      ]
    }
  }
}