fastapi_mcp

tadata-org/fastapi_mcp
★ 11,650 stars Python 🤖 AI/LLM Updated 1mo ago
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastapi_mcp": {
      "command": "uvx",
      "args": [
        "fastapi-mcp"
      ]
    }
  }
}

Or install with pip: pip install fastapi-mcp

Topics

aiauthenticationauthorizationclaudecursorfastapillmmcpmcp-servermcp-serversmodelcontextprotocolopenapiwindsurf