Firebase MCP Server
@gemini-dk
Firebase MCP Server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Firebase MCP Server?
Firebase MCP Server is a Model Context Protocol server that provides a unified interface to interact with Firebase services including Authentication, Firestore, and Storage. It is designed for AI agents or developers using the MCP framework to manage Firebase resources.
How to use Firebase MCP Server?
Clone and build the repository, then obtain a Firebase service account key and configure the SERVICE_ACCOUNT_KEY_PATH environment variable in mcp_settings.json. Run the server using Node with the built dist/index.js entry point.
Key features of Firebase MCP Server
- Retrieve Firebase users by ID or email
- Add, update, and delete Firestore documents
- List and manage Firestore collections and documents
- List files in a Storage directory
- Get file metadata and download URLs from Storage
Use cases of Firebase MCP Server
- Manage user accounts and authentication data
- Perform CRUD operations on Firestore databases
- Browse and retrieve files from Firebase Storage buckets
- Integrate Firebase operations into MCP-compatible AI workflows
FAQ from Firebase MCP Server
How do I authenticate the server with Firebase?
Generate a private key from the Firebase Console (Project Settings > Service accounts) and save the JSON file. Set the SERVICE_ACCOUNT_KEY_PATH environment variable to the file’s path.
What Firebase services are supported?
Authentication (get user by ID or email), Firestore (CRUD, list collections/documents), and Storage (list files, get metadata and download URL).
What are the runtime requirements?
Node.js is required. The server runs as a subprocess via MCP and communicates over stdio. No browser or HTTP server is needed.
「クラウドとインフラ」の他のコンテンツ
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
コメント