Enables AI models to perform basic arithmetic operations through a Model Context Protocol server.
This Model Context Protocol (MCP) server offers a simple yet functional addition tool, allowing AI models to perform basic arithmetic operations. Built with the official MCP SDK and leveraging Zod for robust input validation, it serves as an excellent demonstration of how to extend AI capabilities with custom server-side tools. It is particularly designed for integration with AI clients like Cursor, enabling the AI to offload numerical computations to a dedicated server.