Skip to content

mcp multi poc beta script for Grok

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

PoC Q5b: run a differently-named console script via a positional runtimeArgument.

client:Grok transport:stdio runtime:pypi

Install mcp multi poc beta script in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-multi-poc-beta-script": {
      "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 script in other clients