Firebase MCP
Rank #26io.github.firebase/firebase-mcp
MCP server providing firebase-mcp capabilities
Firebase MCP is a Model Context Protocol (MCP) server published by firebase. It ranks #26 of 132,896 servers tracked on MCP Toplist, and its repository has 4,473 GitHub stars. Firebase MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Dec 4, 2025.
Ranks ahead of 132,870 of 132,896 servers on MCP Toplist.
Use Firebase MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add firebase-mcp -- npx -y mcp firebase-tools[mcp_servers.firebase-mcp]
command = "npx"
args = ["-y", "mcp", "firebase-tools"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"mcp",
"firebase-tools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"mcp",
"firebase-tools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"firebase-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp",
"firebase-tools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"mcp",
"firebase-tools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"mcp",
"firebase-tools"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.firebase%2Ffirebase-mcp)<a href="https://mcptoplist.com/server/io.github.firebase%2Ffirebase-mcp"><img src="https://mcptoplist.com/badge/io.github.firebase%2Ffirebase-mcp.svg" alt="MCP Toplist: Top 1% of 132,896" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
firebase
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Dec 4, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Firebase MCP?
- Firebase MCP is maintained by firebase, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Firebase MCP listed on the Official MCP Registry?
- Yes — Firebase MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Firebase MCP have?
- MCP Toplist tracks 2 versions of Firebase MCP, most recently published on Dec 4, 2025.
- Where can I find the source code for Firebase MCP?
- The source code for Firebase MCP is hosted at github.com/firebase/firebase-tools.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.