Demonstrates a Model Context Protocol (MCP) server implementation using streamable HTTP transport with the FastMCP framework.
This project provides a practical example of building an MCP server leveraging the FastMCP library. It showcases how to establish communication over HTTP with streamable transport, offering a basic 'greeting' tool for client interaction. Designed for clarity and ease of understanding, it serves as an excellent starting point for developers looking to integrate MCP capabilities into their applications or learn about the protocol's server-side implementation.
主な機能
01Configurable for Claude Desktop integration
020 GitHub stars
03HTTP Streamable Transport
04Includes a simple greeting tool
05Built with FastMCP Framework
06Easy installation with uv
ユースケース
01Learning and demonstrating MCP server development
02Integrating a custom MCP server with Claude Desktop
03Developing streamable HTTP-based APIs with FastMCP