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