MCP_Arithmetic_server

Swarajsolanke/MCP_Arithmetic_server

3.1

If you are the rightful owner of MCP_Arithmetic_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Arithmetic Server is a basic server designed to handle arithmetic operations for multiple clients using the Multi-Client Protocol (MCP).

🧮 MCP Arithmetic Server

A basic Model-Client Protocol (MCP) server that performs arithmetic operations such as addition, subtraction, multiplication, and division.

⚡ Built using Python and managed with uv
🧪 Tested using Claude Desktop as a client interface


🚀 Features

  • Multi-client interaction support
  • CLI-based setup and execution via mcp[cli]
  • Handles core arithmetic operations: add, subtract, multiply, divide
  • Fast project setup using uv

🛠️ Tech Stack

  • Python 3.8+
  • uv – modern Python package manager
  • mcp[cli] – arithmetic operation + CLI tooling
  • Claude Desktop – for local testing

📦 Project Setup

1. Initialize a new project using uv

uv init mcp-server-demo
cd mcp-server-demo