This repository offers a suite of Model Context Protocol (MCP) servers, each designed to illustrate specific functionalities and use cases within the MCP ecosystem. These servers implement the MCP protocol to provide various services consumable by MCP-compatible clients, including AI agents, web applications, and command-line interfaces. The collection includes servers for basic arithmetic operations, real-time calculations using Server-Sent Events (SSE), weather data retrieval, and comprehensive file management, encompassing directory listing, file reading/writing, deletion, renaming, metadata retrieval, and file searching with glob patterns.
主な機能
01Includes servers for calculator, SSE calculator, weather data, and file management functionalities.
02Uses MCP SDK for standardized access to tools and resources.
03Implements MCP tools following specifications.
04Uses Zod for input validation.
050 GitHub stars