Firebase Emulator MCP Server
Related Servers
Alternatives to Firebase Emulator MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables inspection and querying of Firestore data and Cloud Function logs within the Firebase Emulator environment. It provides tools to navigate collections, retrieve documents, and filter function logs using regex and other criteria.9310 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to work directly with Firebase realtime database17 npm1MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that exposes Firebase Firestore and Authentication to AI agents, supporting multi-project configurations and read operations.526 npmMIT

Firebase MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables interaction with Firebase projects and services, including deployment, database management, authentication, and local emulation, through natural language.2,186,911 npm4,467MIT- AlicenseNot gradedqualityAmaintenanceA general-purpose MCP server for Firebase that enables natural language interaction with Firestore, Auth, Storage, and Cloud Functions logs through schema-driven validation and context-efficient tools.29 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Firebase services including Authentication, Firestore Database, and Cloud Storage through a standardized MCP protocol.15-
TDQS
Scored across 8 tools
Each tool targets a clear, distinct resource and action: Firestore operations are separate (list collections, query, get document), RTDB has a single get, Auth has list and get, and status/logs are emulator-wide. No two tools overlap in purpose.
Most tools follow a consistent {service}_{action} pattern (firestore_list_collections, firestore_get, auth_list_users), but emulator_status and emulator_logs deviate to a noun-based pattern. Still predictable and easy to navigate.
Eight tools is well-scoped for a Firebase emulator server, covering the core services (Firestore, RTDB, Auth) plus status and logs without unnecessary bloat.
The tool surface is heavily read-only: Firestore only supports list, query, and get, with no create, update, or delete operations. RTDB and Auth similarly lack write operations, making it impossible to fully manage data in the emulator.