The Firebase Command Line Interface (CLI) Tools allow users to test, manage, and deploy Firebase projects from the command line. It includes functionalities for deploying code, running a local server, and interacting with Firebase databases.
From the registry: Gives AI development tools Firebase-specific capabilities and expertise.
$ firebase loginhttps://firebase.google.com/docs/cliPlease install the `firebase-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Install Node.js and npm (http://nodejs.org/)
- **Firebase authentication** — Authenticate via firebase login, service account key (GOOGLE_APPLICATION_CREDENTIALS), or gcloud ADC Run: `firebase login` (https://firebase.google.com/docs/cli)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","firebase-tools","mcp","--dir","."]
- optional environment variables:
- `GOOGLE_APPLICATION_CREDENTIALS`: Path to service account JSON key file (example: `/path/to/key.json`)
- `FIREBASE_TOKEN`: Long-lived Firebase user token (deprecated) (example: `<your-firebase-token>`)
Note: Firebase MCP server is bundled inside firebase-tools CLI (Cursor install config uses npx firebase-tools mcp --dir .).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP tools for interacting with Microsoft Fabric