just-calculate-mcp

pavansgill/just-calculate-mcp
★ 0 stars Rust AI/LLM Updated 4d ago
A Rust MCP server exposing many math tools, with a toggle/act gating layer that keeps the client tool list tiny.
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": {
    "just-calculate-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "just-calculate-mcp"
      ]
    }
  }
}

README Excerpt

A Rust [Model Context Protocol](https://modelcontextprotocol.io) server that gives an AI assistant a real calculator — **45 math tools across 17 domains**, from arithmetic and trigonometry to finance, linear algebra, statistics, and bitwise ops — without drowning the client in 45 tool schemas. That second part is the interesting bit, and the reason this repo exists as much

Topics

ai-toolscalculatorllmmcpmodel-context-protocolrmcprust