Provides an MCP-compatible server demonstrating a basic addition tool for numerical calculations.
Sponsored
This lightweight server acts as a foundational example for building custom tools compatible with the Model Context Protocol (MCP). Developed in TypeScript using the official MCP SDK, it showcases how to create a simple `add` function that performs basic addition, making it an ideal starting point for developers looking to integrate their own functionalities into MCP-compatible clients like Claude Desktop or ChatGPT.
Características Principales
010 GitHub stars
02Built using the official MCP SDK
03Easy to extend for new MCP tools
04Written entirely in TypeScript
05Implements a simple calculator with an `add` function
Casos de Uso
01Learning to build custom tools for the Model Context Protocol
02Integrating basic arithmetic capabilities into MCP-compatible clients
03Serving as a boilerplate for new MCP server development