Skip to content
Claude Desktop

math tools mcp for Claude Desktop

io.github.mrfentmen/math-tools-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install math tools mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "math-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "math-tools-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

math tools mcp in other clients