Cruncher for Cline
io.github.islobodan/cruncher-mcp
Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.
client:Cline
transport:stdio
runtime:npm
Install Cruncher in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"cruncher-mcp": {
"command": "npx",
"args": [
"-y",
"@slbdn/cruncher-mcp"
],
"env": {
"CRUNCHER_TOOL_SET": "<CRUNCHER_TOOL_SET>",
"CRUNCHER_TIMEOUT": "<CRUNCHER_TIMEOUT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs