Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP FastAPI Servercalculate 15 * 3 + 7"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP FastAPI Server
A production-ready Model Context Protocol (MCP) server built with FastAPI.
Directory Structure
Installation
Usage
Server runs on http://localhost:8000
Endpoints
GET /- Server informationGET /health- Health checkGET /tools- List available toolsWS /mcp- MCP WebSocket endpointPOST /mcp/http- MCP HTTP endpoint
Built-in Tools
calculate - Mathematical calculations
get_time - Current time in timezone
echo - Echo messages
API Documentation
Visit http://localhost:8000/docs for interactive API documentation.