Skip to content
Cline

Calculator for Cline

io.github.slettmayer/calc-mcp-server

Exact arithmetic: one calculator tool over an AST allowlist, with integers exact at any size.

client:Cline transport:stdio runtime:pypi

Install Calculator 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": {
    "calc-mcp-server": {
      "command": "uvx",
      "args": [
        "calc-mcp-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Calculator in other clients