firestore-mcp
0
The Firestore MCP Server connects directly with Google Firestore, enabling operations such as document creation, reading, updating, and deletion through Claude Desktop's interface. It features options for querying and managing Firestore collections efficiently.
Firestore MCP Server
An MCP (Model Context Protocol) server for interacting with Google Firestore directly. This server provides a clean interface for creating, reading, updating, and deleting Firestore documents through Claude Desktop.
Features
- 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
Setup
- Install dependencies:
- Build the project:
- Configure Claude Desktop:
Available Tools
- 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