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.
Quick Start
Clone the repository:
git clone https://github.com/avisangle/calculator-serverClaude Desktop configuration example:
{
"mcpServers": {
"calculator-server": {
"command": "npx",
"args": [
"-y",
"avisangle/calculator-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.