Firebase
Freeby MCP Community
Firebase MCP server for interacting with Firebase services through the Model Context Protocol
v1.5.1Added Apr 12, 2026
firebasemcpmodel-context-protocolaiclaude
Firebase MCP Server
Firebase MCP server for interacting with Firebase services through the Model Context Protocol
Installation
npx -y @iflow-mcp/firebase-mcp
Reviews
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"]
}
}
}