Used by 5 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",
"mcp",
"--dir",
"."
],
"env": {
"IS_FIREBASE_MCP": "true"
}
}
}
}npxIS_FIREBASE_MCP=true