calculator-mcp-server

cyanheads/calculator-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
A calculator MCP server that lets any LLM verify mathematical computations. Evaluate, simplify, and differentiate expressions via a single tool. Powered by math.js v15.
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": {
    "calculator-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "cyanheads/calculator-mcp-server"
      ]
    }
  }
}

Topics

calculatorllm-toolsmathmathjsmcpmcp-servermodel-context-protocoltypescript