StackMCP
databaseOfficial

Firebase MCP

93

Google

Manage Firebase projects, deploy Cloud Functions, query Firestore, configure Authentication, and access Crashlytics from your AI editor.

4.0k850.0k/wk15.4K tokens(8%)Official1w ago
firebasegooglefirestorecloud-functionsauthentication

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "firebase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "firebase-tools@latest",
        "mcp"
      ]
    }
  }
}
View on GitHubnpm