π₯ Model Context Protocol (MCP) server for Firebase.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"gannonh/firebase-mcp"
]
}
}
}
Run in terminal:
claude mcp add firebase-mcp npx -y gannonh/firebase-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"gannonh/firebase-mcp"
]
}
}
}