Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Firebase

FreeNot checked

Integrates with Firebase services to enable user management, document operations, and file handling for applications using Firebase Authentication, Firestore, a

GitHubEmbed

About

Integrates with Firebase services to enable user management, document operations, and file handling for applications using Firebase Authentication, Firestore, and Storage.

README

Overview

This is a Firebase MCP (Model Context Protocol) server that provides a unified interface to interact with various Firebase services including Authentication, Firestore, and Storage.

Setup

  1. Clone and build the project:

    git clone https://github.com/gemini-dk/mcp-server-firebase
    cd mcp-server-firebase
    npm install
    npm run build
    
  2. Get Firebase service account key:

    • Go to Firebase Console > Project Settings > Service accounts
    • Click "Generate new private key"
    • Save the JSON file to your project directory
  3. Configure mcp_settings.json:

    {
      "firebase-mcp": {
        "command": "node",
        "args": [
          "/path/to/mcp-server-firebase/dist/index.js"
        ],
        "env": {
          "SERVICE_ACCOUNT_KEY_PATH": "/path/to/serviceAccountKey.json"
        }
      }
    }
    

    Replace /path/to/mcp-server-firebase with the actual path where you cloned the repository. Replace /path/to/serviceAccountKey.json with the path to your service account key file.

Available APIs

Authentication

  • Get user by ID or email

Firestore

  • Add/update/delete documents
  • List collections/documents

Storage

  • List files in a directory
  • Get File metadata and Download URL

License

  • MIT License

from github.com/gemini-dk/mcp-server-firebase

Installing Firebase

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/gemini-dk/mcp-server-firebase

FAQ

Is Firebase MCP free?

Yes, Firebase MCP is free — one-click install via Unyly at no cost.

Does Firebase need an API key?

No, Firebase runs without API keys or environment variables.

Is Firebase hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Firebase in Claude Desktop, Claude Code or Cursor?

Open Firebase on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Firebase with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs