test-mcp-helloworld
by nacharyadev
This is a simple example server designed to work with MCP (Claude Desktop). It demonstrates how to run a FastAPI server and integrate it with MCP for development and testing.
View on GitHub
Last updated: N/A
Run standalone FastAPI server: uvicorn server:app --reload --port 3000
Run MCP directly (without installing in Claude Desktop):
mcp dev server.py
Go to http://localhost:5173
Select Transport type STDIO
Command: python
Arguments: server.py