BeClaude

firebase

30.2kOfficial PluginData & Analyticsby Anthropic

Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.

Python3272 forks747 issuesUpdated 6/16/2026First seen 4/17/2026

Summary

This skill integrates Google Firebase with Claude Code via MCP, enabling you to manage Firestore databases, authentication, cloud functions, hosting, and storage directly from your development workflow.

  • It streamlines backend management by allowing you to perform Firebase operations without switching contexts.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install firebase@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Create and update Firestore collections and documents with custom data structures.
Manage Firebase Authentication users, including creating, updating, and deleting accounts.
Deploy and monitor Cloud Functions directly from the chat interface.
Configure Firebase Hosting sites and deploy static assets.
Upload and manage files in Firebase Storage buckets.
Set up and modify Firebase project settings and security rules.

Usage Examples

1

/firebase create collection users with fields: name, email, createdAt

2

/firebase deploy function myFunction --region us-central1

3

/firebase list storage files in bucket my-bucket

View source on GitHub
mcpclaude-codeskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is firebase?

This skill integrates Google Firebase with Claude Code via MCP, enabling you to manage Firestore databases, authentication, cloud functions, hosting, and storage directly from your development workflow. It streamlines backend management by allowing you to perform Firebase operations without switching contexts.

How to install firebase?

To install firebase: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install firebase@<marketplace>. Finally, /plugin in Claude Code.

What is firebase best for?

firebase is a plugin categorized under Data & Analytics. It is designed for: mcp. Created by Anthropic.

What can I use firebase for?

firebase is useful for: Create and update Firestore collections and documents with custom data structures.; Manage Firebase Authentication users, including creating, updating, and deleting accounts.; Deploy and monitor Cloud Functions directly from the chat interface.; Configure Firebase Hosting sites and deploy static assets.; Upload and manage files in Firebase Storage buckets.; Set up and modify Firebase project settings and security rules..