Skip to main content
Other Tools and IntegrationsPython

githejie/mcp-server-calculator

This server enables LLMs to use calculator for precise numerical calculations

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/githejie/mcp-server-calculator

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-calculator": {
      "command": "npx",
      "args": [
        "-y",
        "githejie/mcp-server-calculator"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
githejie