Back to MCP Servers
🔌

gannonh/firebase-mcp

MITAPI key required

🔥 ⛅️ - Firebase services including Auth, Firestore and Storage.

TypeScriptFiles

Install

npx -y MCP_TRANSPORT

Required environment variables

SERVICE_ACCOUNT_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "gannonh-firebase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MCP_TRANSPORT"
      ],
      "env": {
        "SERVICE_ACCOUNT_KEY": "<YOUR_SERVICE_ACCOUNT_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.