calculate
Evaluate math expressions, simplify algebraic expressions, or compute symbolic derivatives. One expression per call. Supports arithmetic, trigonometry, statistics, matrices, complex numbers, units, and combinatorics.
A hardened math.js calculator MCP server — evaluate, simplify, and differentiate expressions.
claude mcp add --transport http calculator-mcp-server https://calculator.caseyjhand.com/mcp
codex mcp add calculator-mcp-server --url https://calculator.caseyjhand.com/mcp
{
"mcpServers": {
"calculator-mcp-server": {
"url": "https://calculator.caseyjhand.com/mcp"
}
}
}
gemini mcp add --transport http calculator-mcp-server https://calculator.caseyjhand.com/mcp
{
"mcpServers": {
"calculator-mcp-server": {
"command": "bunx",
"args": [
"@cyanheads/calculator-mcp-server@latest"
]
}
}
}
{
"mcpServers": {
"calculator-mcp-server": {
"type": "http",
"url": "https://calculator.caseyjhand.com/mcp"
}
}
}
curl -X POST https://calculator.caseyjhand.com/mcp \
-H "Content-Type: application/json" \
-H "MCP-Protocol-Version: 2025-11-25" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"curl","version":"1.0.0"}}}'
Evaluate math expressions, simplify algebraic expressions, or compute symbolic derivatives. One expression per call. Supports arithmetic, trigonometry, statistics, matrices, complex numbers, units, and combinatorics.
No tools match the current filter.
Available functions, operators, constants, and syntax reference.