Odel
firebase tools

firebase tools

Local
@firebase4.5kTypeScriptMITUpdated Today

Gives AI development tools Firebase-specific capabilities and expertise.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfirebase-toolsv14.27.0

Run

npx -y firebase-tools

MCP client config

{
  "mcpServers": {
    "firebase-tools": {
      "command": "npx",
      "args": [
        "-y",
        "firebase-tools"
      ]
    }
  }
}