MCP Directory
Back

calculator-mcp-server

by huhabla · Python · ★ 57

A Model Context Protocol (MCP) server that provides Claude with advanced mathematical calculation capabilities

Install

pip install git+https://github.com/huhabla/calculator-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "calculator-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/huhabla/calculator-mcp-server.git"
      ]
    }
  }
}

From the README

This is a Model Context Protocol (MCP) server that provides Claude with advanced mathematical calculation capabilities, including symbolic math, statistical analysis, and matrix operations. The Mathematical Calculator MCP Server provides the following tools: - **Basic Calculations**: Evaluate mathematical expressions safely - **Symbolic Mathematics**: - Solve equations (linear, quadratic, polynomial, etc.) - Calculate derivatives of expressions - Compute integrals of expressions - **Statistical Analysis**: - Mean, median, mode - Variance, standard deviation - Correlation coeffici…
Read full README on GitHub →

Related other servers