Skip to content

v1.2.0

Choose a tag to compare

@gannonh gannonh released this 02 Apr 21:34

Firebase MCP Server v1.2.0

Overview

Firebase MCP Server enables LLM client applications to interact with Firebase services through the Model Context Protocol (MCP). This server allows AI assistants to securely access Authentication, Firestore, and Storage services.

Features

  • Firebase Authentication: User management and verification
  • Firestore Integration: Complete document database operations
  • Storage Access: File storage and retrieval capabilities
  • MCP Compatibility: Works with Claude Desktop, Cursor, Roo Code, Cline, and other MCP clients

Installation

The server can be installed via npx (recommended):

{
  "firebase-mcp": {
    "command": "npx",
    "args": [
      "-y",
      "@gannonh/firebase-mcp"
    ],
    "env": {
      "SERVICE_ACCOUNT_KEY_PATH": "/path/to/serviceAccountKey.json",
      "FIREBASE_STORAGE_BUCKET": "your-project-id.firebasestorage.app"
    }
  }
}

Getting Started

  1. Configure Firebase service account
  2. Set environment variables
  3. Add server configuration to your MCP settings file
  4. Test with: "Please run through and test all of your Firebase MCP tools."

Documentation

Full documentation available at: https://github.com/gannonh/firebase-mcp

License

MIT License