mcp-calculator

78/mcp-calculator
★ 362 stars Python 📦 Other Updated 1mo ago
Xiaozhi MCP sample program
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-calculator": {
      "command": "uvx",
      "args": [
        "mcp-calculator"
      ]
    }
  }
}

Or install with pip: pip install mcp-calculator