zhangzhefang-github/mcp-add-server
If you are the rightful owner of mcp-add-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.
A minimal Model Context Protocol (MCP) server that provides a simple `add(a, b)` tool.
The MCP Add Server is a basic implementation of a Model Context Protocol (MCP) server, designed to demonstrate the fundamental workings of an MCP server. It offers a single tool, `add(a, b)`, which performs a simple addition operation on two numbers. This server is particularly useful for developers looking to understand the integration and operation of MCP-compliant servers and clients. The server can be run using Node.js and npm, and it is compatible with various MCP clients, such as chatbots. The project is open for contributions and is licensed under the MIT License.
Features
- Implements a Model Context Protocol compliant server.
- Provides a single tool: `add(a, b)` which returns the sum of two numbers.
- Compatible with MCP clients like chatbots.
- Easy to set up and run using Node.js and npm.
- Open for contributions and improvements.
Tools
add
Receive two numeric parameters
a
andb
, returning their sum