Skip to content
Grok

SearchHub for Grok

io.github.woodcoal/searchhub

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

client:Grok transport:stdio runtime:npm

Install SearchHub in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SearchHub in other clients