Cloud · MODEL CONTEXT PROTOCOL
gitskyflux firestore mcp
MCP Server to interact with Google Cloud Firestore
WHAT IT CONNECTS
What gitskyflux firestore mcp gives an AI Agent
- Create documents in Firestore collections
- Read documents from Firestore collections
- Update existing documents
- Delete documents
- Query documents with filtering, ordering, and limits
- List available collections
- **Install dependencies**:
- **Build the project**:
- **Configure Claude Desktop**:
- **getDocument**: Get a document by ID from a collection
- **createDocument**: Create a new document in a collection
- **updateDocument**: Update an existing document
- **deleteDocument**: Delete a document
- **queryDocuments**: Query documents with filters, ordering, and limits
- **listCollections**: List all available collections
- **Watch mode**: `npm run dev`
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.