mcp-abacus

laszlopere/mcp-abacus
★ 0 stars Python AI/LLM Updated today
High-precision calculator MCP server — goes beyond arithmetic to calculus (derivatives, integrals) and equation solving, all evaluated in fixed-point, IEEE-754, or exact rational mode with every answer labelled exact or inexact.
View on GitHub → Try with Claude — $10 free →

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-abacus": {
      "command": "uvx",
      "args": [
        "mcp-abacus"
      ]
    }
  }
}

Or install with pip: pip install mcp-abacus

Topics

aiarithmeticcalculatorclaudedecimalfixed-pointieee-754mcpmcp-servermodel-context-protocolpythonrational