MCP Directory
Back

firebase-tools

by firebase · TypeScript · ★ 4,395

The Firebase Command Line Tools

Install

npx -y github:firebase/firebase-tools

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

The Firebase Command Line Interface (CLI) Tools can be used to test, manage, and deploy your Firebase project from the command line. This repository is also the home of the official Firebase MCP Server. For more information, please see the [Firebase MCP Server documentation](./src/mcp). - Deploy code and assets to your Firebase projects - Run a local web server for your Firebase Hosting site - Interact with data in your Firebase database - Import/Export users into/from Firebase Auth To get started with the Firebase CLI, read the full list of commands below or check out the [documentation](ht…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers