Skip to content
Grok

mcp multi poc beta for Grok

io.github.nithishr/mcp-multi-poc-beta

PoC beta server - extras-gated deps, subcommand selection, same PyPI package as alpha.

client:Grok transport:stdio runtime:pypi

Install mcp multi poc beta in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-multi-poc-beta": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-multi-poc"
      ]
    }
  }
}

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 multi poc beta in other clients