Skip to content
Tracked since2026
0 reviews tracked

What is Firebase MCP?

Editorial review
Google ships an official MCP server as part of the Firebase CLI, turning a Firebase project's backend services into tools an AI coding assistant can call. Instead of guessing at your data model or SDK surface, the agent reads real project state: it lists Firestore collections and documents, inspects security rules, looks up Authentication users, browses Cloud Storage buckets, reads Remote Config parameters and pulls Crashlytics issue reports for a specific app. Write actions round out the loop. An agent can create and update Firestore documents, set custom claims on a user, deploy rules, update Remote Config templates and scaffold new apps inside a project. Tools are organized into feature groups, so you can start the server with only the services a given task needs and keep everything else out of reach. It runs locally over stdio through the Firebase CLI and reuses the credentials from your existing CLI login, so there is no separate key to provision or rotate. The intended audience is mobile and web developers already building on Firebase who want an assistant grounded in their actual project rather than generic documentation: debugging a crash against live Crashlytics data, working out why a query is blocked by a rule, or seeding realistic test records.

Key Features

Read and write Firestore documents and collections in a live projectInspect and deploy Firestore and Cloud Storage security rulesLook up Authentication users and set custom claimsRead Remote Config parameters and Crashlytics issue reportsFeature groups restrict which Firebase services the agent can touchRuns from the Firebase CLI over stdio using your existing login

Pricing Plans

Free Trial

Pricing checked Aug 18, 2026

Spark

Free

  • Generous no-cost usage limits
  • No payment method needed
  • Access to Firebase services with free quotas

Blaze

Pay as you go

  • Access more services and higher usage levels
  • Pay-as-you-go pricing
  • If eligible, get $300 in free credit
  • No-cost usage from Spark plan included

Is Firebase MCP worth the price?

80/100

Firebase MCP's pricing is generous for small projects with a free Spark tier, while Blaze's pay-as-you-go model with $300 free credit for 90 days offers flexibility for scaling.

However, costs can escalate unpredictably with heavy usage of Firestore, Auth, or Storage. Best for startups and solo developers already in the Google Cloud ecosystem.

Hidden Costs & Gotchas

Firestore read/write overage fees

Storage bandwidth charges beyond free quota

Auth usage over free limits incurs costs

Blaze requires billing account setup

Free trial credit expires after 90 days

How Firebase MCP Compares to Competitors

Firebase MCP's free tier is more generous than AWS Amplify's free tier for core services, but Supabase offers a similar model with PostgreSQL flexibility. For heavy usage, Firebase can be pricier than self-hosting open-source alternatives, but it remains cost-effective for small to medium apps leveraging Google Cloud integration.

Reviews

Improve Your Thinking Patterns Using ChatGPT cover
$99Free with your review

Review Firebase MCP, get a free AI guide

Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.

Write a review

Best Firebase MCP Alternatives

Top alternatives based on features, pricing, and user needs.

Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.

Explore More

Firebase MCP FAQ

How does Firebase MCP help when debugging a crash in a mobile app?

Firebase MCP pulls Crashlytics issue reports for a specific app, so your AI coding assistant can ground its debugging in live crash data instead of generic documentation. This lets the assistant inspect the actual error context and suggest fixes that match your project's real state.

How does Firebase MCP compare to Supabase for AI-assisted backend work?

Firebase MCP is an official Google offering that works exclusively with Firebase projects, reusing your existing Firebase CLI login credentials. Supabase, by contrast, is a separate backend platform that would require its own integration and does not expose the same set of Firebase services like Crashlytics or Remote Config.

What are the main trade-offs of using Firebase MCP?

Firebase MCP runs locally over stdio through the Firebase CLI, so it requires a local environment with the CLI installed and an active Firebase login. It also only works with Firebase projects, meaning teams using a different backend such as Supabase or Appwrite would need an alternative tool.

What kind of user benefits most from Firebase MCP?

Mobile and web developers already building on Firebase benefit most, because the tool grounds their AI assistant in real project state such as Firestore collections, security rules, and Crashlytics data. This helps with tasks like debugging a query blocked by a rule, investigating a live crash, or seeding realistic test records.

How is Firebase MCP priced?

Firebase MCP is available on a free tier, with paid plans for more usage and features. The pricing model scales with how much you use the tool and which advanced capabilities you need.

Can Firebase MCP write to Firestore and deploy security rules?

Yes, Firebase MCP includes write actions that let an agent create and update Firestore documents, deploy security rules, update Remote Config templates, set custom claims on a user, and scaffold new apps inside a project. These write actions complement the read-only tools for inspecting project state.

Does Firebase MCP require a separate API key?

No, Firebase MCP reuses the credentials from your existing Firebase CLI login, so there is no separate key to provision or rotate. It runs locally over stdio through the Firebase CLI, which simplifies authentication and setup.

How does Firebase MCP control which services an agent can access?

Firebase MCP organizes its tools into feature groups, so you can start the server with only the services a given task needs. This keeps everything else out of reach, limiting the agent's access to just the Firestore, Auth, Storage, Remote Config, or Crashlytics tools you choose.

Guides & Articles