data science tools

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.

local
rust
data science tools
0
View on GitHub

Installation

npx -y avisangle/calculator-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/avisangle/calculator-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub