Skip to main content
Glama
QA-Shivam

Calculator MCP Server

by QA-Shivam

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: Calculator MCP Server

Requirements

  • Node.js 18 or newer

  • npm

Install

npm install

Run locally

node npx-server.js

Use with npx

This package exposes a CLI entry point through the bin field in package.json.

npx calculator-mcp-server

Inspect with the MCP Inspector

npx @modelcontextprotocol/inspector npx calculator-mcp-server

Claude 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 public

Before publishing, make sure the package name is available on npm.

Project files

  • npx-server.js: MCP server implementation

  • package.json: package metadata and CLI entry point

  • I have built this just for learning !

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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