
Firebase Admin Suite
MCP Server for Firebase Admin — Firestore & Auth management for AI agents Contact in case of outage: dev.chernandez1@gmail.com or https://wa.me/message/J3342DTY2LDTO1
Overview
The firebase-admin-suite MCP server offers API-level access to Firebase's administrative capabilities. It allows developers to automate and integrate core Firebase platform management tasks such as user authentication management, realtime and Firestore database interactions, and sending push notifications.
Key Capabilities
While specific tool functions are not explicitly listed, the firebase-admin-suite typically includes APIs to:
- Manage Firebase Authentication users (create, update, delete users, verify tokens)
- Access and manipulate Firebase Realtime Database and Firestore data programmatically
- Send Firebase Cloud Messaging (FCM) notifications to client devices
Use Cases
- Automate user lifecycle management by creating, updating, or disabling users in Firebase Authentication via API calls.
- Programmatically read and write to Firestore or Realtime Database for backend data synchronization.
- Send targeted push notifications to app users using Firebase Cloud Messaging.
- Integrate Firebase administration into CI/CD pipelines or backend services to streamline app operations.
Who This Is For
This MCP server is primarily aimed at backend developers and DevOps engineers who manage Firebase-powered applications. It is useful for teams needing automated control over user authentication, database state, and messaging services without manual Firebase Console interaction.