Skip to content
Cursor

calculator mcp server for Cursor

io.github.cyanheads/calculator-mcp-server

Evaluate, simplify, and differentiate mathematical expressions.

client:Cursor transport:streamable-http runtime:npm tools:1

Install calculator mcp server in Cursor

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

{
  "mcpServers": {
    "calculator-mcp-server": {
      "url": "https://calculator.caseyjhand.com/mcp"
    }
  }
}

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

What Cursor can do once it is connected

calculator mcp server in other clients