Firebase MCP Server
Spec Support Unverified Confidence: Good (0.85)Firebase MCP Server is an MCP server published by Google; its MCP spec-revision support has not been verified yet. It is the first-party server from Google. Last verified 2026-08-14.
Does Firebase MCP Server support the current MCP specification (2026-07-28)?
Undetermined. We have not verified which MCP specification revision Firebase MCP Server supports (as of 2026-08-14).
Is Firebase MCP Server a first-party (official) MCP server?
Yes. Firebase MCP Server is the first-party MCP server published by Google (last verified 2026-08-14).
How do I connect to Firebase MCP Server?
Firebase MCP Server is available via the package npm:firebase-tools, the official MCP Registry under io.github.firebase/firebase-mcp, the source repository at https://github.com/firebase/firebase-tools. Authentication: none. Transports: stdio.
When were Firebase MCP Server's facts last verified?
2026-08-14. Each fact on this page links to the sources used to verify it.
The Firebase MCP server is not a standalone package: it ships inside the
Firebase CLI monorepo (firebase/firebase-tools, source under
src/mcp/) and runs locally as npx -y firebase-tools@latest mcp. Its
tools span Firebase products, grouped by feature: Firestore, Auth,
Storage, Crashlytics, Functions, App Hosting, Realtime Database, Remote
Config, Messaging, and Data Connect, with --only flags to narrow the
set. The docs page presents its tool list as partial and points at the
server's own capability listing for the full set.
There is no hosted endpoint and no MCP-level authentication. The docs state that tool calls use "the same user credentials that authorize the Firebase CLI in the environment where it's running", a logged-in Google account or Application Default Credentials.
Authority is verifiable from the vendor's own surfaces: the canonical
documentation lives on firebase.google.com and links the
firebase-tools src/mcp source directly, and the firebase GitHub
organization lists firebase.google.com as its site. Note the name
collision: several unrelated third-party repositories also call
themselves "firebase-mcp"; the official record is the one under the
io.github.firebase registry namespace.
No surface names a supported MCP specification revision. The
firebase-tools changelog references SEP-2243 header forwarding
(Mcp-Param-*), which names a spec enhancement proposal rather than a
revision, and the CLI's @modelcontextprotocol/sdk ^1.24.0 dependency is
not evidence of revision support. spec_status is therefore unknown.
The registry record also lags the CLI it describes: it pins
firebase-tools 14.27.0 from December 2025, while the npm latest is
15.26.0 (2026-08-05).
How widely adopted is Firebase MCP Server?
Ranked #6 in The MCP 500 with Adoption Index 92.44 (snapshot , methodology v1).
| Measurement | Value | Source |
|---|---|---|
| Official MCP Registry | yes | API · |
| npm downloads (weekly) | 2,607,435 | API · |
| GitHub stars | 4,455 | API · |
| GitHub forks | 1,237 | API · |
| Last push | 2026-08-15T01:01:54Z | API · |
| Repository archived | no | API · |
How was this verified, and what are the sources?
Verified · method: vendor-docs
· confidence 0.85 (Good).
- Official MCP Registry record io.github.firebase/firebase-mcp version 0.3.0 (published 2025-12-04) - npm package firebase-tools pinned at 14.27.0 with a positional "mcp" argument, stdio transport, repository firebase/firebase-tools subfolder src/mcp - accessed
- Firebase documentation "Firebase MCP server" - run via npx -y firebase-tools@latest mcp; "When the Firebase MCP server makes tool calls, it uses the same user credentials that authorize the Firebase CLI in the environment where it's running"; tool list grouped by Firebase product and described by the page itself as partial; links the firebase-tools src/mcp source - accessed
- firebase-tools src/mcp/server.json - in-repo registry manifest matching the registry record field for field (name io.github.firebase/ firebase-mcp, version 0.3.0, npm firebase-tools 14.27.0, stdio) - accessed
- firebase/firebase-tools releases - latest stable v15.26.0 published 2026-08-05, whose notes mention a fix to the "Firebase MCP server firebase_login" tool; the npm registry lists 15.26.0 as latest, roughly one major version ahead of the registry record's pinned 14.27.0 - accessed
- Staleness re-verification via the GitHub API - repository firebase/firebase-tools active (pushed 2026-08-15, not archived), latest release v15.27.0 (2026-08-13); entity facts unchanged - accessed