Calculator MCP ServerServer

mzdz
GitHub
calculationmathMCP

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides basic and advanced mathematical calculations including arithmetic operations and expression evaluation, along with the ability to track calculation history.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Calculator MCP Server": {
        "args": [
          "advanced_calculator_server.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

add(a, b)subtract(a, b)multiply(a, b)divide(a, b)power(base, exponent)sqrt(value)evaluate_expression(expression)

Features

  • Basic arithmetic operations
  • Expression evaluation
  • History tracking

💬 Example Queries

  • What is the result of adding 5 and 3?
  • Can you show me my calculation history?