Firebase
Freeby MCP Community
Firebase MCP server for interacting with Firebase services through the Model Context Protocol
v1.4.9Added Apr 12, 2026
firebasemcpmodel-context-protocolaiclaude
Firebase MCP Server
Firebase MCP server for interacting with Firebase services through the Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @gannonh/firebase-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"firebase": {
"command": "npx",
"args": ["-y", "@gannonh/firebase-mcp"]
}
}
}