MCP Directory
Back

calculator-mcp-server

by huhabla · Python · ★ 55

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers