F

Firebase MCP server

MCP discovered

Details
Transport
stdio
Docs
https://firebase.google.com/docs/ai-assistance/mcp-server
Authentication
Google Application Default Credentials (typically a service account for server/CI use) compound discovered Get key ↗
env GOOGLE_APPLICATION_CREDENTIALS

Create a Firebase project, then set up Google Application Default Credentials as described in Add the Firebase Admin SDK to your server. For CI/server use, the Firebase CLI docs recommend authenticating with ADC. In practice this usually means creating or selecting a Google Cloud service account with access to your Firebase project, downloading its JSON key or using your platform's workload identity flow, and pointing GOOGLE_APPLICATION_CREDENTIALS at the credential file or otherwise providing ADC.