fastapi_mcp

FastAPI-MCPは、FastAPIのエンドポイントをModel Context Protocol(MCP)ツールとして公開するためのライブラリです。認証機能も備えており、セキュアなAPIの構築を支援します。これにより、開発者は効率的にAPIを管理し、他のシステムとの連携を容易にします。

GitHubスター

10,205

ユーザー評価

未評価

お気に入り

0

閲覧数

5

フォーク

795

イシュー

94

README

fastapi-to-mcp

Built by Tadata
FastAPI-MCP
tadata-org%2Ffastapi_mcp | Trendshift

Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

PyPI version
Python Versions
FastAPI
CI
Coverage

fastapi-mcp-usage

Features
  • Authentication built in, using your existing FastAPI dependencies!

  • FastAPI-native: Not just another OpenAPI -> MCP converter

  • Zero/Minimal configuration required - just point it at your FastAPI app and it works

  • Preserving schemas of your request models and response models

  • Preserve documentation of all your endpoints, just as it is in Swagger

  • Flexible deployment - Mount your MCP server to the same app, or deploy separately

  • ASGI transport - Uses FastAPI's ASGI interface directly for efficient communication

Hosted Solution

If you prefer a managed hosted solution check out tadata.com.

Installation

We recommend using uv, a fast Python package installer:

uv add fastapi-mcp

Alternatively, you can install with pip:

pip install fastapi-mcp
Basic Usage

The simplest way to use FastAPI-MCP is to add an MCP server directly to your FastAPI application:

from fastapi import FastAPI
from fastapi_mcp import FastApiMCP

app = FastAPI()

mcp = FastApiMCP(app)

# Mount the MCP server directly to your FastAPI app
mcp.mount()

That's it! Your auto-generated MCP server is now available at https://app.base.url/mcp.

Documentation, Examples and Advanced Usage

FastAPI-MCP provides comprehensive documentation. Additionaly, check out the examples directory for code samples demonstrating these features in action.

FastAPI-first Approach

FastAPI-MCP is designed as a native extension of FastAPI, not just a converter that generates MCP tools from your API. This approach offers several key advantages:

  • Native dependencies: Secure your MCP endpoints using familiar FastAPI Depends() for authentication and authorization

  • ASGI transport: Communicates directly with your FastAPI app using its ASGI interface, eliminating the need for HTTP calls from the MCP to your API

  • Unified infrastructure: Your FastAPI app doesn't need to run separately from the MCP server (though separate deployment is also supported)

This design philosophy ensures minimum friction when adding MCP capabilities to your existing FastAPI services.

Development and Contributing

Thank you for considering contributing to FastAPI-MCP! We encourage the community to post Issues and create Pull Requests.

Before you get started, please see our Contribution Guide.

Community

Join MCParty Slack community to connect with other MCP enthusiasts, ask questions, and share your experiences with FastAPI-MCP.

Requirements
  • Python 3.10+ (Recommended 3.12)
  • uv
License

MIT License. Copyright (c) 2025 Tadata Inc.

作者情報
Tadata

Help Developers and Their AI Agents Use Your Product

93

フォロワー

8

リポジトリ

0

Gist

0

貢献数

関連するMCP
mcp logo
mcp
6244

AWS MCPサーバーは、AWSを最大限に活用するための特化型サーバーのスイートです。Model Context Protocol (MCP)を使用して、リアルタイムで公式AWSドキュメントにアクセスできる機能を提供します。これにより、開発者は効率的に作業を進めることができます。

Python
aws-mcp-server logo

AWS Model Context Protocol (MCP) Serverは、AIアシスタントがAWS CLIコマンドを実行できるようにする軽量サービスです。MCPに対応したAIアシスタントとAWS CLIの間の橋渡しを行い、効率的な自動化を実現します。これにより、ユーザーは複雑なコマンドを簡単に実行できるようになります。

Python
mcp-google-ads logo

Google Ads MCPは、Google AdsとClaude AIを連携させ、自然言語で広告データを分析できるツールです。広告専門家は、キャンペーン情報、パフォーマンス指標、キーワード分析、広告管理を簡単に行うことができます。データの可視化やトレンド分析も可能で、効果的な広告運用をサポートします。

Python