MCP Calculator Server
@yinebebt
About MCP Calculator Server
A Model Context Protocol (MCP) server that provides calculator functionality for MCP clients.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Calculator Server?
The MCP Calculator Server is a Model Context Protocol (MCP) server that provides basic arithmetic operations (addition, subtraction, multiplication, and division) for MCP clients such as Claude Desktop.
How to use MCP Calculator Server?
Install the server using Go: go install github.com/yinebebt/mcp-calculator-server. Then add the server to your Claude Desktop configuration file by specifying the path to the binary under mcpServers. After updating the configuration, restart Claude Desktop. Once configured, you can ask Claude to perform calculations, for example “Can you calculate 2 + 3?”.
Key features of MCP Calculator Server
- Supports addition, subtraction, multiplication, and division.
- Fully compatible with Claude Desktop and other MCP clients.
- Provides a single
calculatetool that accepts a mathematical expression.
Use cases of MCP Calculator Server
- Perform arithmetic operations through natural language requests in Claude Desktop.
- Integrate basic calculator functionality into any MCP‑compatible client application.
FAQ from MCP Calculator Server
What mathematical operations does MCP Calculator Server support?
It supports addition (+), subtraction (-), multiplication (*), and division (/).
How do I install MCP Calculator Server?
Install using Go: go install github.com/yinebebt/mcp-calculator-server.
How do I configure MCP Calculator Server for Claude Desktop?
Add the server to your Claude Desktop configuration file under mcpServers with the path to the installed binary, then restart Claude Desktop.
How do I use MCP Calculator Server after configuration?
You can ask Claude to perform calculations by providing a mathematical expression, for example “Can you calculate 2 + 3?”.
What parameters does the calculate tool require?
The calculate tool requires a single required parameter expression (a string containing the mathematical expression to evaluate).
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments