Serves as a basic Model Context Protocol server, offering a `calculate` tool for fundamental mathematical operations.
This project provides a foundational Model Context Protocol (MCP) server, primarily built using Node.js and TypeScript for educational purposes. It includes basic tool capabilities, notably a `calculate` tool that can perform addition, subtraction, multiplication, and division. The server communicates through standard input/output (stdio), making it an excellent starting point for understanding how MCP servers function and for integrating with MCP client applications.
主な機能
01Basic MCP server implementation
02Built with Node.js and TypeScript
03Implements a `calculate` tool for basic math
04Handles requests via standard input/output (stdio)
05Supports add, subtract, multiply, and divide operations
060 GitHub stars
ユースケース
01Learning and experimenting with Model Context Protocol (MCP) server development
02Integrating and testing MCP client applications
03Providing a simple calculation service through an MCP interface