Back to MCP Servers
Calculator
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-toolsgo
By avisangle
Installation
npx -y calculator-serverConfiguration
{
"mcpServers": {
"calculator-server": {
"command": "npx",
"args": ["-y", "calculator-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes