Google's app development platform with real-time database
Build apps with Firebase Authentication, Firestore, Storage, and more. Real-time synchronization and serverless backend.
{
"mcpServers": {
"firebase": {
"env": {
"FIREBASE_PROJECT_ID": "your_project_id",
"FIREBASE_PRIVATE_KEY": "your_service_account_key"
},
"args": [
"-y",
"@firebase/mcp-server"
],
"command": "npx"
}
}
}FIREBASE_PROJECT_IDyour_project_idFIREBASE_PRIVATE_KEYyour_service_account_key