Skip to content
Grok

McpHub for Grok

io.github.john0king/mcphub

MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools.

client:Grok transport:stdio runtime:nuget

Install McpHub in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcphub": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "McpHub",
        "--yes"
      ]
    }
  }
}

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

McpHub in other clients