hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Provides a unified interface to interact with various Firebase services including Authentication, Firestore, and Storage, allowing users to get user information, manage Firestore documents and collections, and handle Storage files
Firebase MCP サーバー
概要
これは、認証、Firestore、ストレージなどのさまざまな Firebase サービスと対話するための統合インターフェースを提供する Firebase MCP (Model Context Protocol) サーバーです。
設定
- プロジェクトをクローンしてビルドします。Copy
- Firebase サービス アカウント キーを取得します。
- Firebaseコンソール > プロジェクト設定 > サービスアカウントに移動します
- 「新しい秘密鍵を生成」をクリックします
- JSONファイルをプロジェクトディレクトリに保存します。
mcp_settings.json
を設定します。Copy/path/to/mcp-server-firebase
リポジトリをクローンした実際のパスに置き換えます。/path/to/serviceAccountKey.json/path/to/serviceAccountKey.json
、サービスアカウントキーファイルへのパスに置き換えます。
利用可能なAPI
認証
- IDまたはメールでユーザーを取得する
ファイアストア
- ドキュメントの追加/更新/削除
- コレクション/ドキュメントの一覧
ストレージ
- ディレクトリ内のファイルを一覧表示する
- ファイルのメタデータとダウンロード URL を取得する
ライセンス
- MITライセンス
You must be authenticated.
Tools
認証、Firestore、ストレージなどの Firebase サービスと対話するための統合インターフェースを提供するサーバー。