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"
}
}
}