← All plugins
firebase
Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.
Claude Code1 MCP serverstdio
by Google33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/firebase/ inside the repository.
Layout
external_plugins/firebase/
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
firebasestdio
- command
- npx
- args
- -y firebase-tools@latest mcp
Manifests1
external_plugins/firebase/.claude-plugin/plugin.json
{
"name": "firebase",
"description": "Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.",
"author": {
"name": "Google"
}
}