🏓 MCP Ping-Pong Server with FastAPI
@kimtth
🏓 MCP Ping-Pong Server with FastAPI について
🏓 An experimental and educational script for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-fastapi-ping-pong": {
"command": "python",
"args": [
"mcp-api-server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 🏓 MCP Ping-Pong Server with FastAPI?
An experimental and educational Ping-Pong server that demonstrates MCP (Model Context Protocol) calls through a FastAPI/FastMCP backend. It provides a simple command‑handling system (ping, pong, count) accessible via API endpoints or Server‑Sent Events (SSE), making it a learning tool for understanding remote MCP integrations.
How to use 🏓 MCP Ping-Pong Server with FastAPI?
Install dependencies with poetry install. Run python mcp-api-server.py to start the FastAPI server on http://localhost:8080 and open mcp-api-client.html in a browser for the UI, or use the API directly. For SSE transport, run python mcp-sse-server.py and then python mcp-sse-client.py to interact via the command line with commands like ping, pong, and count.
Key features of 🏓 MCP Ping-Pong Server with FastAPI
- FastAPI/FastMCP backend for remote MCP calls.
- MCP integration for command handling (ping, pong, count).
- Thread-safe session management.
- API endpoints for GET (prompt retrieval) and POST (tool invocation).
- SSE transport support for real‑time communication.
Use cases of 🏓 MCP Ping-Pong Server with FastAPI
- Learning how to build and run an MCP server with FastAPI.
- Demonstrating remote MCP calls via HTTP and SSE transports.
- Experimenting with thread-safe session handling in MCP.
- Teaching MCP concepts through a simple, interactive command loop.
FAQ from 🏓 MCP Ping-Pong Server with FastAPI
What commands does the server support?
The MCP server supports three commands: ping, pong, and count. The sample output shows ping returns pong, pong returns ping, and count returns the current count (e.g., 2).
How do I install and run the server?
Install dependencies with poetry install. For the API server, run python mcp-api-server.py. For SSE, run python mcp-sse-server.py. The client for SSE is started with python mcp-sse-client.py.
Is there a graphical user interface?
Yes, the repository includes mcp-api-client.html which you can open in a browser to interact with the API server via a simple UI.
What transport options are available?
Two transport methods are demonstrated: HTTP API (GET/POST endpoints at http://localhost:8080) and Server-Sent Events (SSE) using separate server and client scripts.
What dependencies does the server require?
All Python dependencies are managed via Poetry. The key libraries include FastAPI and FastMCP (for the backend), along with other runtime dependencies listed in the pyproject.toml file.
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
コメント