Skip to content
Cline

math tools mcp for Cline

io.github.mrfentmen/math-tools-mcp

Prime checks, factors, GCD, and basic statistics computed locally. No network and no key.

client:Cline transport:stdio runtime:npm

Install math tools mcp 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": {
    "math-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "math-tools-mcp"
      ]
    }
  }
}

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

math tools mcp in other clients