Skip to content

Firebase

Free

by MCP Community

Firebase MCP server for interacting with Firebase services through the Model Context Protocol

v1.5.1Added Apr 12, 2026
firebasemcpmodel-context-protocolaiclaude
Works with:ClaudeGPTGeminiCopilot

Firebase MCP Server

Firebase MCP server for interacting with Firebase services through the Model Context Protocol

Installation

npx -y @iflow-mcp/firebase-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/firebase-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "firebase": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/firebase-mcp"]
    }
  }
}