arcade-mcp: The Arcade MCP Server Framework is a Python framework for building custom Multi-modal Communication Protocol (MCP) servers. It simplifies the creation of AI-callable tools, handling aspects like secrets, authentication, and different communication transports.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Connecting custom tools to AI assistants like Claude Desktop, Cursor, and VS Code
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.