Firebase MCP server connects AI agents to Firebase services. It exposes Firestore, Realtime Database, Authentication, and Cloud Functions. Agents use it to read/write data, manage users, and trigger serverless functions. Developers building AI-driven apps with Firebase backend use this server.
Firebase MCP server connects AI agents to Firebase services. It exposes Firestore, Realtime Database, Authentication, and Cloud Functions. Agents use it to read/write data, manage users, and trigger serverless functions. Developers building AI-driven apps with Firebase backend use this server.
npx -y @gannonh/firebase-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"gannonh-firebase-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @gannonh/firebase-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from firebase mcp?"
API Key Required
This server requires an API key from firebase mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FIREBASE_MCP_API_KEY | Yes | Your firebase mcp API key |
"What resources are available in firebase mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in firebase mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in firebase mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.