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