Skip to content
Grok

math mcp for Grok

io.github.andylbrummer/math-mcp

GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra

client:Grok transport:stdio runtime:pypi

Install math mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "math-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scicomp-math-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

math mcp in other clients