Connect AI to Google Cloud Datastore for CRUD operations and filtered queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Datastore MCP Server" yet — see the docs or source repo.
Query Datastore for entities of kind Orders, filter status=paid, return the latest 20 records ordered by createdAt descending, and summarize totalAmount.
A list of matching orders plus a summary of the total amount.
Create a customer record in the Customers kind in Datastore with fields name, email, and tier=gold; if the email already exists, update tier and lastContactedAt.
The customer entity is created or updated and the resulting record is returned.
Find Datastore entities of kind Sessions where environment=test and updatedAt is older than 30 days, list the count first, then delete them in bulk.
First report how many records will be deleted, then perform the deletion and return the result.
Connect AI to Gmail, Drive, Docs, Calendar, and other Google services.
Connect AI assistants to Discovery Engine for search, RAG, and datastore management.
Connect AI to Google Docs for document search, reading, creation, and updates.
Let AI assistants access Google marketing data and generate unified insights
Connect Gmail and Google Docs via MCP for email and document workflows.
Work with Google Docs and Gmail to append content and draft emails.