mcp-server-firebase
10
The Firebase MCP Server offers a unified access interface to different services in Firebase, including Authentication, Firestore, and Storage, enhancing interaction with these services through a standardized protocol.
How do I obtain a Firebase service account key?
Navigate to Firebase Console > Project Settings > Service accounts, then click 'Generate new private key' to download the JSON file.
What is the purpose of the mcp_settings.json file?
The mcp_settings.json file is used to configure the environment for the MCP server, specifying paths and environment variables necessary for its operation.