
Firebase MCP
Supports UIby firebase
Official Firebase MCP server for managing projects, hosting, and databases directly from your AI agent.
What it does
Firebase MCP enables AI agents to interact with the full suite of Firebase services. It allows the agent to manage project configurations, deploy assets to Firebase Hosting, and perform operations on Realtime Databases and Cloud Firestore.
Key features
- Project Management: Create, list, and configure Firebase projects.
- Hosting Control: Deploy code and assets to Firebase Hosting sites.
- Database Interaction: Query and manipulate data in Realtime Database and Firestore.
- User Management: Import and export users within Firebase Auth.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"firebase": {
"command": "npx",
"args": ["-y", "firebase-tools", "mcp"]
}
}
}
- Cursor: Add as a new MCP server with command
npx -y firebase-tools mcp.
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y firebase-tools mcpInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






