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