Seamlessly integrate Firebase Firestore with your AI assistants using the Model Context Protocol.
FireMCP Pro is a bridge between your AI agents and your Firebase Firestore database. By exposing Firestore operations as MCP tools, it allows Large Language Models (LLMs) like Claude to directly read, write, and query your data in real-time. This enables the creation of intelligent agents that can manage user data, track application state, and perform complex database operations autonomously.
Use this URL to connect your MCP client to the FireMCP Pro server.
To authenticate with Firebase, you must provide the following headers with every request:
| Header Name | Description |
|---|---|
| x-firebase-api-key | Your Firebase Project API Key |
| x-firebase-project-id | Your Firebase Project ID |
| x-firebase-user-email | Firebase Auth User Email |
| x-firebase-user-password | Firebase Auth User Password |
Need long-term memory for your agents? FireMemory is a specialized MCP server that runs alongside FireMCP Pro to handle state persistence and context recall.
Explore FireMemory →