Gives AI development tools Firebase-specific capabilities and expertise.
claude mcp add firebase-mcp -- npx -y firebase-tools
claude_desktop_config.json
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"firebase-tools"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"firebase-tools"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"firebase-tools"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"firebase-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firebase-tools"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"firebase-tools"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.firebase--firebase-mcp/reviews or the review_server meta-tool.
POST /mcp