MCP Server Firebase
@sheep52031
About MCP Server Firebase
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-firebase-sheep52031": {
"command": "npx",
"args": [
"wrangler",
"secret",
"put",
"FIREBASE_PROJECT_ID"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Firebase?
MCP Server Firebase is a Model Context Protocol (MCP) server implementation that integrates with Firebase Firestore. It offers two deployment modes: a local Node.js mode using the Firebase Admin SDK and a Cloudflare Workers mode using the Firebase REST API. It is designed for developers and AI agents that need a standardized way to perform Firestore operations through the MCP protocol.
How to use MCP Server Firebase?
After installing dependencies with npm install, configure the server according to your chosen mode. For local mode, set the SERVICE_ACCOUNT_KEY_PATH environment variable to your Firebase service account key. For Workers mode, configure FIREBASE_PROJECT_ID, FIREBASE_API_KEY, and FIREBASE_AUTH_DOMAIN in wrangler.toml or as Cloudflare Secrets. Run npm run dev for local mode, npm run dev:worker for Workers development, or npm run dev:all for both. Connect your MCP client to the server endpoint (e.g., http://localhost:8765 for local) and use tools such as mcp_firebase_mcp_firestore_add_document to interact with Firestore.
Key features of MCP Server Firebase
- Firestore document CRUD operations (create, read, update, delete)
- Query collections and subcollections with filters
- Dual deployment: local Node.js or Cloudflare Workers
- Uses MCP protocol for standardized AI tool integration
- Supports serverless environments via Firebase REST API
Use cases of MCP Server Firebase
- AI agents reading and writing Firestore data in real-time
- Serverless Firestore workflows deployed on Cloudflare Workers
- Integrating Firebase into MCP-compatible AI clients
- Automating content management with structured data queries
FAQ from MCP Server Firebase
How does MCP Server Firebase differ from directly using the Firebase Admin SDK?
It provides a standardized MCP interface, allowing AI clients to interact with Firestore through a unified tool-based API without writing custom integration code.
What are the runtime requirements?
Local mode requires Node.js 18 or later and a Firebase service account key file. Cloudflare Workers mode requires a Firebase project ID, Web API key, and authentication domain.
Where is data stored?
All data remains in your own Firebase Firestore database. The server acts as a proxy and does not cache or store data elsewhere.
How does
Frequently asked questions
How does MCP Server Firebase differ from directly using the Firebase Admin SDK?
It provides a standardized MCP interface, allowing AI clients to interact with Firestore through a unified tool-based API without writing custom integration code.
What are the runtime requirements?
Local mode requires Node.js 18 or later and a Firebase service account key file. Cloudflare Workers mode requires a Firebase project ID, Web API key, and authentication domain.
Where is data stored?
All data remains in your own Firebase Firestore database. The server acts as a proxy and does not cache or store data elsewhere.
Basic information
More Cloud & Infrastructure MCP servers
AWS MCP Servers
awslabsOpen source MCP Servers for AWS

Nippy
NippyNippy is drag-and-drop hosting (nippy.host) with an MCP server: connect it and your assistant can publish HTML, folders of photos, or file downloads to a live *.nippy.site URL — and keep editing the site in place at the

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Comments