Calculator MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Calculator MCP ServerCalculate 12 + 7"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Calculator MCP Server
A simple Model Context Protocol server that exposes calculator tools for addition, subtraction, multiplication, and division.
Features
Add two numbers
Subtract two numbers
Multiply two numbersP
Divide two numbers with zero-division protection
Related MCP server: Node.js MCP Server
Requirements
Node.js 18 or newer
npm
Install
npm installRun locally
node npx-server.jsUse with npx
This package exposes a CLI entry point through the bin field in package.json.
npx calculator-mcp-serverInspect with the MCP Inspector
npx @modelcontextprotocol/inspector npx calculator-mcp-serverClaude Desktop or VS Code configuration
{
"servers": {
"Calculator": {
"command": "npx",
"args": ["-y", "sk-calculator-mcp-server"],
"env": {}
}
}
}Publish to npm
npm login
npm config set //registry.npmjs.org/:_authToken=YOUR_TOKEN
npm publish --access publicBefore publishing, make sure the package name is available on npm.
Project files
npx-server.js: MCP server implementationpackage.json: package metadata and CLI entry pointI have built this just for learning !
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA simple MCP server that provides basic calculator functionality for performing mathematical operations. Built with FastMCP and demonstrates fundamental MCP server implementation patterns.Last updated
- FlicenseDqualityDmaintenanceA basic MCP server that provides arithmetic calculation tools and system information retrieval capabilities, including platform, CPU, and memory details.Last updated2
- Flicense-qualityDmaintenanceA simple MCP server that provides basic calculator operations such as add, subtract, multiply, and divide.Last updated
- Flicense-qualityDmaintenanceA simple MCP server that provides a calculator tool for basic arithmetic operations.Last updated
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
A very simple remote MCP server that greets you, with a custom icon.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QA-Shivam/calculator-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server