A Model Context Protocol (MCP) server that provides calculator functionality for MCP clients.
{
"mcpServers": {
"mcp-calculator-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides calculator functionality with robust mathematical operations.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 125 days ago.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Mcp Calculator Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides calculator functionality with robust mathematical operations.
Default Behavior:
streamable-http (if no TRANSPORT environment variable is set)8080 (configurable via PORT environment variable)# Install
go install github.com/yinebebt/mcp-calculator-server@latest
# Run with stdio
TRANSPORT=stdio mcp-calculator-server
# Run with HTTP
mcp-calculator-server
# Test
go test
For testing with MCP Client:
{
"command": "/path/to/mcp-calculator-server",
"env": {
"TRANSPORT": "stdio"
}
}
2+3*4 = 14(2+3)*4 = 201e2 = 100