The Firebase MCP server enables AI-powered development tools to interact with and manage Firebase projects, offering capabilities for project creation, user management, data operations in Firestore and Data Connect, security rules understanding, and sending Cloud Messaging.
firebasegoogle cloudauthenticationfirestorecloud storagecloud messagingremote configcrashlyticsdata connectcloud
Installation & Configuration
{
"mcpServers": {
"firebase": {
"command": "npx",
"args": [
"-y",
"firebase-tools@latest",
"experimental:mcp"
]
}
}
}