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 managermcp[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