Skip to content
Cursor

calc mcp for Cursor

io.github.coo-quack/calc-mcp

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

client:Cursor transport:stdio runtime:npm

Install calc mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "calc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@coo-quack/calc-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

calc mcp in other clients