Used by 6 plugins
Firebase MCP server for understanding and managing your Firebase project, resources, and data
Add to your .mcp.json:
{
"mcpServers": {
"firebase": {
"command": "npx",
"args": [
"-y",
"firebase-tools@latest",
"mcp"
]
}
}
}npx