# FastAPI SSE MCP Server

Provide a FastAPI-based server that implements the Model Context Protocol (MCP) using Server-Sent Events (SSE) to enable AI models to interact with external tools and data sources. Seamlessly integra…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ilil1/fastapi_mcp_sse

# Browse available tools
npx -y @smithery/cli@latest tool list ilil1/fastapi_mcp_sse
```

---

Source: https://github.com/ilil1/fastapi_mcp_sse | License: MIT
