关于
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.
主要功能
- Provides a `sum` operation for addition
- Provides a `subtraction` operation
- Built with TypeScript for robust development
- Enables integration with AI clients like Claude Desktop
- Simple installation and usage via npm scripts
- 0 GitHub stars
使用案例
- Empowering AI clients with basic arithmetic functions
- Testing MCP server integration and functionality
- Providing a model for building custom MCP tools