calc-mcp-worker

Kerry1020/calc-mcp-worker
★ 0 stars JavaScript ⚙️ DevOps Updated today
High-performance math computation MCP server on Cloudflare Worker. 19 tools: batch eval, calculus, complex, matrices, Newton solver, series, ODE, stats, primes, unit conversion.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "calc-mcp-worker": {
      "command": "npx",
      "args": [
        "-y",
        "Kerry1020/calc-mcp-worker"
      ]
    }
  }
}