★ 0 stars
JavaScript
⚙️ DevOps
Updated today
High-performance math computation MCP server on Cloudflare Worker. 19 tools: batch eval, calculus, complex, matrices, Newton solver, series, ODE, stats, primes, unit conversion.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"calc-mcp-worker": {
"command": "npx",
"args": [
"-y",
"Kerry1020/calc-mcp-worker"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add calc-mcp-worker npx -y Kerry1020/calc-mcp-worker
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"calc-mcp-worker": {
"command": "npx",
"args": [
"-y",
"Kerry1020/calc-mcp-worker"
]
}
}
}
📋 Copy