Firebase
Freeby MCP Community
Standalone Firebase RTDB MCP server — query, update, and manage any Firebase RTDB instance via AI agents
v0.1.8Added Apr 12, 2026
Firebase MCP Server
Standalone Firebase RTDB MCP server — query, update, and manage any Firebase RTDB instance via AI agents
Installation
npx -y @livx.cc/mcp-firebase
Reviews
Installation
Quick install
npx -y @livx.cc/mcp-firebase
Add to claude_desktop_config.json
{
"mcpServers": {
"firebase": {
"command": "npx",
"args": ["-y", "@livx.cc/mcp-firebase"]
}
}
}