F

Firebase Realtime Database

Integrates with Firebase Realtime Database using Admin SDK authentication to enable querying documen...

137 views
0 installs
Updated Sep 9, 2025
Not audited
Integrates with Firebase Realtime Database using Admin SDK authentication to enable querying documents by field filters, listing collections, and adding new documents for real-time data management workflows.
  1. Log in to the Firebase Console
    Go to https://console.firebase.google.com and select your Firebase project.

  2. Generate a Service Account Key

    • Navigate to Project Settings (gear icon in the left-hand menu).
    • Click on the "Service Accounts" tab.
    • Click the "Generate new private key" button.
    • Download and save the resulting JSON file securely on your computer.
  3. Obtain Your Firebase Realtime Database URL

    • In the Firebase Console, go to your project and select "Realtime Database" from the left menu.
    • Click the gear icon next to your database and copy the database URL (it should look like https://<your-project-id>.firebaseio.com/).
  4. Fill in the FastMCP Connection Interface

    • For SERVICE_ACCOUNT_KEY_PATH, provide the absolute path to the JSON key file you downloaded (e.g., /absolute/path/to/serviceAccountKey.json).
    • For FIREBASE_DATABASE_URL, provide the Firebase Realtime Database URL you copied (e.g., https://your-project-id.firebaseio.com/).
  5. Click "Install Now" in the interface to save your settings.

You are now ready to use the Firebase Realtime Database MCP integration.

Quick Start

View on GitHub

More for Database

View All →

More for Cloud Platforms

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.