Skip to content
Cursor

calculator mcp for Cursor

io.github.tech-sushant/calculator-mcp

A simple Model Context Protocol calculator server

client:Cursor transport:stdio runtime:npm

Install calculator mcp in Cursor

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

{
  "mcpServers": {
    "calculator-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tech-sushant/calculator-mcp"
      ]
    }
  }
}

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

calculator mcp in other clients