[MCP] Are local firestore emulators supported with the MCP server? #9064
-
QuestionAre local firestore emulators supported with the MCP server? ContextI'm referencing this post and this documentation: ![]() I'm running a local firebase emulator and tried to query the local firestore DB using the MCP server. The MCP server is unable to query the local emulator. I'm using Claude Code as an MCP client. Steps to reproduce:
> try to access the firebase with the firebase mcp server
⏺ firebase - Query Firestore collection (MCP)(collection_path: "organizations", filters: [{"field":"__name__","op":"GREATER_THAN","compare_value":{"string_value":""}}], limit: 1, use_emulator: true)
⎿ Error: Cannot contact the Emulator Hub for project ...
⏺ firebase - List Firestore collections (MCP)(use_emulator: true)
⎿ Error: Cannot contact the Emulator Hub for project ... The recurring error is Claude Code was able to query the local firestore emulator via the Firestore REST API. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Recently, we fixed a bug that returns "Cannot connect to emulator hub" for projectless emulator. Let me know if this issue is still there in the latest release. |
Beta Was this translation helpful? Give feedback.
Recently, we fixed a bug that returns "Cannot connect to emulator hub" for projectless emulator.
#9072
Let me know if this issue is still there in the latest release.