Skip to content
Grok

calculator mcp for Grok

io.github.tech-sushant/calculator-mcp

A simple Model Context Protocol calculator server

client:Grok transport:stdio runtime:npm

Install calculator mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "calculator-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tech-sushant/calculator-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

calculator mcp in other clients