Skip to main content
Data Science ToolsGo

avisangle/calculator-server

A comprehensive Go-based MCP server for mathematical computations, implementing 13 mathematical tools across basic arithmetic, advanced functions, statistical analysis, unit conversions, and financial calculations.

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/avisangle/calculator-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "calculator-server": {
      "command": "npx",
      "args": [
        "-y",
        "avisangle/calculator-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Go
Author
avisangle