Firebase MCP Server
Firebase MCP サーバー
概要
これは、認証、Firestore、ストレージなどのさまざまな Firebase サービスと対話するための統合インターフェースを提供する Firebase MCP (Model Context Protocol) サーバーです。
Related MCP server: Firestore Advanced MCP
設定
プロジェクトをクローンしてビルドします。
git clone https://github.com/gemini-dk/mcp-server-firebase cd mcp-server-firebase npm install npm run buildFirebase サービス アカウント キーを取得します。
Firebaseコンソール > プロジェクト設定 > サービスアカウントに移動します
「新しい秘密鍵を生成」をクリックします
JSONファイルをプロジェクトディレクトリに保存します。
mcp_settings.jsonを設定します。{ "firebase-mcp": { "command": "node", "args": [ "/path/to/mcp-server-firebase/dist/index.js" ], "env": { "SERVICE_ACCOUNT_KEY_PATH": "/path/to/serviceAccountKey.json" } } }/path/to/mcp-server-firebaseリポジトリをクローンした実際のパスに置き換えます。/path/to/serviceAccountKey.json/path/to/serviceAccountKey.json、サービスアカウントキーファイルへのパスに置き換えます。
利用可能なAPI
認証
IDまたはメールでユーザーを取得する
ファイアストア
ドキュメントの追加/更新/削除
コレクション/ドキュメントの一覧
ストレージ
ディレクトリ内のファイルを一覧表示する
ファイルのメタデータとダウンロード URL を取得する
ライセンス
MITライセンス
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThe Firebase MCP server provides a standardized interface to interact with Firebase services, including Firebase Authentication, Firestore, and Firebase Storage.399248MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables large language models like Claude to perform comprehensive interactions with Firebase Firestore databases, supporting full CRUD operations, complex queries, and advanced features like transactions and TTL management.154MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP Server that provides natural language access to Google's Firebase Realtime Database API, enabling database operations and management through conversation.
- FlicenseNot gradedqualityDmaintenanceAn MCP Server providing access to Google's Firebase API, allowing natural language interaction with Firebase services and resources.
Related MCP Connectors
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
MCP server for interacting with the Supabase platform
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gemini-dk/mcp-server-firebase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server