Skip to content
Grok

mcp hive proxy for Grok

io.github.mcp-hive/mcp-hive-proxy

MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com

client:Grok transport:stdio runtime:npm

Install mcp hive proxy in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-hive-proxy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcp-hive-utils/proxy"
      ]
    }
  }
}

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

mcp hive proxy in other clients