Skip to content
Grok

quantum mcp for Grok

io.github.andylbrummer/quantum-mcp

GPU-accelerated MCP server: quantum mechanics, wavefunction evolution, Schrodinger simulations

client:Grok transport:stdio runtime:pypi

Install quantum mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "quantum-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scicomp-quantum-mcp"
      ]
    }
  }
}

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

quantum mcp in other clients