Skip to main content
Glama

Firebase MCP Server

by gemini-dk

Firebase MCP サーバー

概要

これは、認証、Firestore、ストレージなどのさまざまな Firebase サービスと対話するための統合インターフェースを提供する Firebase MCP (Model Context Protocol) サーバーです。

設定

  1. プロジェクトをクローンしてビルドします。
    git clone https://github.com/gemini-dk/mcp-server-firebase cd mcp-server-firebase npm install npm run build
  2. Firebase サービス アカウント キーを取得します。
    • Firebaseコンソール > プロジェクト設定 > サービスアカウントに移動します
    • 「新しい秘密鍵を生成」をクリックします
    • JSONファイルをプロジェクトディレクトリに保存します。
  3. 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" } } }
    /path/to/mcp-server-firebaseリポジトリをクローンした実際のパスに置き換えます。/path/to/serviceAccountKey.json /path/to/serviceAccountKey.json 、サービスアカウントキーファイルへのパスに置き換えます。

利用可能なAPI

認証

  • IDまたはメールでユーザーを取得する

ファイアストア

  • ドキュメントの追加/更新/削除
  • コレクション/ドキュメントの一覧

ストレージ

  • ディレクトリ内のファイルを一覧表示する
  • ファイルのメタデータとダウンロード URL を取得する

ライセンス

  • MITライセンス

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

認証、Firestore、ストレージなどの Firebase サービスと対話するための統合インターフェースを提供するサーバー。

  1. 概要
    1. 設定
      1. 利用可能なAPI
        1. 認証
        2. ファイアストア
        3. ストレージ
      2. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          The Firebase MCP server provides a standardized interface to interact with Firebase services, including Firebase Authentication, Firestore, and Firebase Storage.
          Last updated -
          9
          311
          161
          TypeScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.
          Last updated -
          9
          2
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          Integration server that enables interaction with Google services including Gmail and Calendar, allowing users to manage emails, draft responses, and schedule events across multiple Google accounts.
          Last updated -
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables large language models like Claude to perform comprehensive interactions with Firebase Firestore databases, supporting full CRUD operations, complex queries, and advanced features like transactions and TTL management.
          Last updated -
          48
          2
          JavaScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/gemini-dk/mcp-server-firebase'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server