firebase mcp server for Cursor
io.github.dasasian/firebase-mcp-server
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
client:Cursor
transport:stdio
runtime:npm
Install firebase mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"firebase-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dasasian/firebase-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs