Offers fundamental mathematical operations, such as addition and subtraction, to integrate with AI clients via a Model Context Protocol server.
mcptest is a straightforward Model Context Protocol (MCP) server designed to equip AI clients with fundamental mathematical capabilities. It exposes two core tools: `sum`, for adding two numbers, and `subtraction`, for calculating the difference between two numbers. This server is easily integrated with various AI clients, such as Claude Desktop, by configuring a simple JSON file, enabling AI models to leverage external arithmetic functions.
Key Features
01Provides a `sum` operation for addition
02Provides a `subtraction` operation
03Built with TypeScript for robust development
04Enables integration with AI clients like Claude Desktop
05Simple installation and usage via npm scripts
060 GitHub stars
Use Cases
01Empowering AI clients with basic arithmetic functions
02Testing MCP server integration and functionality