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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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 Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
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.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Comments