Submit

Mcp Server Calculator

@wyzzhe

a year ago
The MCP Simple Arithmetic Calculator Server is a lightweight computation service specifically designed to perform basic arithmetic operations, including addition, subtraction, multiplication, and division.

Tools

Server Config

{
  "mcpServers": {
    "mcp-server-calculator": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyzzhe/test-go-mcp-server:v1.0.1"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.