Cruncher for Cursor
io.github.islobodan/cruncher-mcp
Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.
client:Cursor
transport:stdio
runtime:npm
Install Cruncher in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cruncher-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slbdn/cruncher-mcp"
],
"env": {
"CRUNCHER_TOOL_SET": "<CRUNCHER_TOOL_SET>",
"CRUNCHER_TIMEOUT": "<CRUNCHER_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs