How to Use the Firebase (REST & Admin APIs) MCP in Claude
Stop copying JSON payloads manually; let Claude Desktop run raw Firebase queries and manage users directly from your chat.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Firebase (REST & Admin APIs) MCP to Claude Desktop
Create your Vinkius account to connect Firebase (REST & Admin APIs) to Claude Desktop and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Mutate Firestore collections inside Claude Desktop
`firestore_create_doc` initiates document creation in your Firestore collections without you opening the Firebase Console. You can let your agent write new documents, fetch them instantly using `firestore_get_doc`, or run targeted updates with `firestore_patch_doc` right inside your Claude Desktop panel. This means you test your Firestore database operations locally during active Claude Desktop chat sessions. Your agent handles Firebase JSON payload validation automatically within the chat interface. By reading your existing schema using `firestore_list_docs`, the tool ensures your writes match your actual Firestore database structure. You avoid manual typing errors in Claude Desktop and skip writing temporary throwaway scripts to check a single Firestore field value.
Sync Realtime Database nodes using this MCP Server
`rtdb_put` overwrites JSON trees in your Firebase Realtime Database for instant state synchronization with your Claude Desktop client. If you need to append data without overwriting existing nodes, `rtdb_push` generates unique keys automatically inside the database. Your agent uses these Realtime Database tools to manage live application state right from the Claude Desktop chat interface. For surgical updates, `rtdb_patch` modifies specific children while leaving the rest of your Realtime Database tree untouched. This MCP Server runs over a secure stdio transport locally, letting you debug production database issues without leaving Claude Desktop. You can also clean up stale Realtime Database test nodes instantly using `rtdb_delete`.
Verify Auth users and send FCM alerts from Claude Desktop
`auth_lookup` inspects user profiles in your Firebase Auth database to verify account status directly inside Claude Desktop. Your agent runs sign-ups with `auth_sign_up` and test logins with `auth_sign_in` to validate your authentication flows inside the chat. This removes the friction of switching between browser tabs to check if a Firebase Auth user record exists. `fcm_send_message` dispatches push notifications to your testing devices instantly from your Claude Desktop session. You can write the message payload in plain text and let Claude Desktop format the final FCM JSON structure. This keeps your Firebase testing cycle tight and your focus locked on the Claude Desktop interface.
Set up Firebase (REST & Admin APIs) MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The Firebase (REST & Admin APIs) MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Firebase (REST & Admin APIs) MCP in Claude Desktop
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Firebase (REST & Admin APIs) MCP today
We host it, we monitor it, we maintain it. You just paste one token.