Agent Plugins Marketplace
← All plugins

firebase

v1.1.1

Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more

CodexClaude Code1 MCP serverstdio

By FirebaseLicense: Apache-2.015 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install firebase for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add firebase@pleaseai

Paste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.

Compatibility: the page URL and API slug “firebase-3” remain stable.

  • Codex: firebase-3@agent-plugin-marketplace → firebase@pleaseai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pleaseai/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/firebase/.

Plugin files

plugins/firebase/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

firebasestdio
command
npx
args
-y firebase-tools mcp --dir .
env.IS_FIREBASE_MCP
true

Plugin manifests2

plugins/firebase/.codex-plugin/plugin.json
{
  "name": "firebase",
  "version": "1.1.1",
  "description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
  "author": {
    "name": "Firebase",
    "url": "https://firebase.google.com/"
  },
  "interface": {
    "displayName": "Firebase",
    "shortDescription": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features...",
    "longDescription": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
    "developerName": "Firebase",
    "category": "Cloud",
    "capabilities": [
      "Skill",
      "Tool"
    ],
    "defaultPrompt": [
      "Use Firebase for my current task."
    ],
    "websiteURL": "https://github.com/firebase/agent-skills"
  },
  "homepage": "https://github.com/firebase/agent-skills",
  "repository": "https://github.com/firebase/agent-skills",
  "license": "Apache-2.0",
  "keywords": [
    "firebase",
    "google",
    "backend",
    "cloud",
    "firestore",
    "hosting",
    "functions"
  ],
  "mcpServers": "./.mcp.json"
}
plugins/firebase/.claude-plugin/plugin.json
{
  "name": "firebase",
  "version": "1.1.1",
  "description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more",
  "author": {
    "name": "Firebase",
    "url": "https://firebase.google.com/"
  },
  "homepage": "https://github.com/firebase/agent-skills",
  "repository": "https://github.com/firebase/agent-skills",
  "license": "Apache-2.0",
  "keywords": [
    "firebase",
    "google",
    "backend",
    "cloud",
    "firestore",
    "hosting",
    "functions"
  ],
  "skills": "./.agents/skills/",
  "mcpServers": {
    "firebase": {
      "description": "Firebase MCP server for understanding and managing your Firebase project, resources, and data",
      "command": "npx",
      "args": [
        "-y",
        "firebase-tools",
        "mcp",
        "--dir",
        "."
      ],
      "env": {
        "IS_FIREBASE_MCP": "true"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[firebase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/firebase-3)