It lets you expose your FastAPI endpoints as Model Context Protocol (MCP) tools, complete with authentication.
This library makes your FastAPI APIs discoverable and usable by AI models as MCP tools. You can install it with `uv add fastapi-mcp` or `pip install fastapi-mcp`, then integrate it directly with your existing FastAPI app to leverage its authentication dependencies and preserve API documentation.
It lets you expose your FastAPI endpoints as Model Context Protocol (MCP) tools, complete with authentication.
AI developers who want to connect their FastAPI services as callable tools for large language models will find this useful.