v1.2.0
Firebase MCP Server v1.2.0
Overview
Firebase MCP Server enables LLM client applications to interact with Firebase services through the Model Context Protocol (MCP). This server allows AI assistants to securely access Authentication, Firestore, and Storage services.
Features
- Firebase Authentication: User management and verification
- Firestore Integration: Complete document database operations
- Storage Access: File storage and retrieval capabilities
- MCP Compatibility: Works with Claude Desktop, Cursor, Roo Code, Cline, and other MCP clients
Installation
The server can be installed via npx (recommended):
{
"firebase-mcp": {
"command": "npx",
"args": [
"-y",
"@gannonh/firebase-mcp"
],
"env": {
"SERVICE_ACCOUNT_KEY_PATH": "/path/to/serviceAccountKey.json",
"FIREBASE_STORAGE_BUCKET": "your-project-id.firebasestorage.app"
}
}
}Getting Started
- Configure Firebase service account
- Set environment variables
- Add server configuration to your MCP settings file
- Test with: "Please run through and test all of your Firebase MCP tools."
Documentation
Full documentation available at: https://github.com/gannonh/firebase-mcp
License
MIT License