Calculator MCP
Rank #25145io.github.tech-sushant/calculator-mcp
Provides basic mathematical calculation functionality through MCP tools including arithmetic operations, exponentiation, and square root calculations. Features proper error handling for edge cases like division by zero and negative square roots.
Calculator MCP is a Model Context Protocol (MCP) server published by tech-sushant. It ranks #25145 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Calculator MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Oct 17, 2025 and most recently updated on Oct 28, 2025.
Ranks ahead of 33,687 of 58,832 servers on MCP Toplist.
Use Calculator MCP
Add Calculator MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"calculator-mcp": {
"command": "npx",
"args": [
"-y",
"@tech-sushant/calculator-mcp"
]
}
}
}Listed on 2 registries (1 delisted)
tech-sushant
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Oct 28, 2025 |
| 1.0.0 | Oct 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Calculator MCP?
- Provides basic mathematical calculation functionality through MCP tools including arithmetic operations, exponentiation, and square root calculations. Features proper error handling for edge cases like division by zero and negative square roots.
- Who maintains Calculator MCP?
- Calculator MCP is maintained by tech-sushant, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Calculator MCP an official MCP server?
- Yes — Calculator MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Calculator MCP have?
- MCP Toplist tracks 3 versions of Calculator MCP, most recently published on Oct 28, 2025.
- Where can I find the source code for Calculator MCP?
- The source code for Calculator MCP is hosted at github.com/tech-sushant/calculator-mcp.