1. firebase
Deploy code and assets, run a local server, and interact with Firebase services from the command line.
Firebase CLI is a command-line interface for testing, managing, and deploying Firebase projects. It enables deployment, local emulation, database interaction, and user management.
{
"command": "npx",
"args": ["-y", "firebase-tools", "experimental:mcp", "--dir", "."]
}