A
securityA
licenseA
qualityThe Firebase MCP server provides a standardized interface to interact with Firebase services, including Firebase Authentication, Firestore, and Firebase Storage.
Last updated -
9
313
121
TypeScript
MIT License
Provides a unified interface to interact with various Firebase services including Authentication, Firestore, and Storage, allowing users to get user information, manage Firestore documents and collections, and handle Storage files
This is a Firebase MCP (Model Context Protocol) server that provides a unified interface to interact with various Firebase services including Authentication, Firestore, and Storage.
mcp_settings.json
:/path/to/mcp-server-firebase
with the actual path where you cloned the repository.
Replace /path/to/serviceAccountKey.json
with the path to your service account key file.You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.