[MCP] Are local firestore emulators supported with the MCP server? #9064
Unanswered
arthurgousset
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Are local firestore emulators supported with the MCP server?
Context
I'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:
Authenticate with firebase
# Authenticate firebase login --reauth
Add Firebase MCP server
Confirm the MCP server is connected
> /mcp ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ Manage MCP servers │ │ │ │ ❯ 1. firebase ✔ connected · Enter to view details │ │
Run local firestore emulator
Confirm emulator is running
Prompt Claude Code to query local firestore emulator
The recurring error is
Error: Cannot contact the Emulator Hub for project
.Claude Code was able to query the local firestore emulator via the Firestore REST API.
Beta Was this translation helpful? Give feedback.
All reactions