Skip to content
Grok

calc mcp for Grok

io.github.coo-quack/calc-mcp

21 MCP tools for math, randomness, dates, encoding, hashing, and more — deterministic and accurate.

client:Grok transport:stdio runtime:npm

Install calc mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "calc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@coo-quack/calc-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

calc mcp in other clients