simple-calculator-mcp-server

BinCha1/simple-calculator-mcp-server
★ 0 stars Python Browser/Web Updated 15d ago
A simple remote MCP server built with FastMCP that provides calculator tools, random number generation, and server resources over HTTP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simple-calculator-mc": {
      "command": "uvx",
      "args": [
        "simple-calculator-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install simple-calculator-mcp-server