ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Firebase with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Firebase Realtime Database, Firestore, and Auth via REST APIs. query data, manage users, and send FCM messages directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 14 capabilities

The complete Firebase capability set.

These are the exact actions your AI can choose when you ask it to work with Firebase.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Firebase.

  1. 01

    Rtdb get

    Read data from Firebase Realtime Database

  2. 02

    Rtdb push

    Push data to Firebase Realtime Database (appends)

  3. 03

    Auth lookup

    Get user data from Firebase Auth

  4. 04

    Auth sign in

    Sign in a user with email and password

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Firebase.

  1. 05

    Auth sign up

    Sign up a new user or sign in anonymously

  2. 06

    Fcm send message

    Send a message via Firebase Cloud Messaging

  3. 07

    Firestore create doc

    If documentId is omitted, Firestore generates one. Create a new document in Cloud Firestore

  4. 08

    Firestore delete doc

    Delete a document from Cloud Firestore

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Firebase.

  1. 09

    Firestore get doc

    Get a single document from Cloud Firestore

  2. 10

    Firestore list docs

    List documents in a Cloud Firestore collection

  3. 11

    Firestore patch doc

    Update or insert a document in Cloud Firestore

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Firebase.

  1. 12

    Rtdb delete

    Delete data from Firebase Realtime Database

  2. 13

    Rtdb patch

    Update specific children in Firebase Realtime Database

  3. 14

    Rtdb put

    Write data to Firebase Realtime Database (overwrites)

Observed, not estimated

963ms average. Fast in production.

Firebase is checked daily against the live service.

Daily averagePeak 1172ms
Aug 20Today
Fastest day
796ms
Slowest day
1172ms
14-day trend
Slowing+27%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 14 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Firebase, so you can see the experience inside your AI.

It does not authenticate your account with Firebase. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Firebase Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_kPnsxv1agRMRRjEnxsY1EdAHRbpaJFbPdblbZLaU/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Firebase capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "firebase-rest-admin-apis-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_kPnsxv1agRMRRjEnxsY1EdAHRbpaJFbPdblbZLaU/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Firebase owners ask.

  • 01

    Can I read data from a specific path in the Realtime Database?

    Yes. Use the rtdb_get capability and provide the database path (e.g., 'users/jack/profile'). You can also set the shallow parameter to true if you only want to see the keys at that level.

  • 02

    How do I create a new document in a Firestore collection?

    Use the firestore_create_doc capability. Specify the collectionPath and provide the document data as a JSON string. If you don't provide a documentId, Firestore will generate one automatically.

  • 03

    Can I check a user's profile information if I have their ID token?

    Absolutely. The auth_lookup capability allows you to retrieve full user profile data from Firebase Auth by providing a valid idToken obtained during sign-in.