mcp-server-calculator

githejie/mcp-server-calculator
★ 147 stars Python 🧠 Memory/Knowledge Updated 1mo ago
A Model Context Protocol server for calculating.
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": {
    "mcp-server-calculato": {
      "command": "uvx",
      "args": [
        "mcp-server-calculator"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-calculator