Calculator MCP Server
A Model Context Protocol server for calculating.
Overview
The mcp-server-calculator is a Model Context Protocol server designed for performing calculations based on the context provided.
To use the mcp-server-calculator, you can interact with the server through its API by sending requests with the necessary context and calculation parameters.
- Supports various mathematical calculations based on context. - API-driven for easy integration with other applications. - Designed to handle complex calculation requests efficiently.
- Integrating with applications that require dynamic calculations based on user input.
- Providing backend support for educational tools that need to perform real-time calculations.
- Assisting in data analysis tasks where context-based calculations are necessary.
Add to your AI client
Use these steps to connect Calculator MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-calculator-githejie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-calculator-githejie"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-calculator-githejie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-calculator-githejie"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-calculator-githejie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-calculator-githejie"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-calculator-githejie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-calculator-githejie"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-calculator-githejie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-calculator-githejie"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-calculator-githejie": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-calculator-githejie"
]
}
}
}FAQ
What kind of calculations can mcp-server-calculator perform?
It can perform a wide range of calculations depending on the context provided in the requests.
Is there a limit to the complexity of calculations?
The server is designed to handle complex calculations, but performance may vary based on the request size and complexity.
How can I integrate mcp-server-calculator into my application?
You can integrate it by using the provided API documentation available on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3426,"uuid":"223e88b1-0ea9-463e-a661-2b8f86610759","name":"mcp-server-calculator","title":"Calculator MCP Server","description":"A Model Context Protocol server for calculating.","avatar_url":"https://avatars.githubusercontent.com/u/27050116?v=4","created_at":"2025-03-19T12:40:13.842Z","updated_at":"2025-03-19T13:15:53.864Z","status":"created","author_name":"githejie","author_avatar_url":"https://avatars.githubusercontent.com/u/27050116?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/githejie/mcp-server-calculator","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"61\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-05-10 10:22:52\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]