Connect AI to MongoDB for CRUD, aggregation, and database administration tasks.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MongoDB MCP Server" yet — see the docs or source repo.
Connect to my MongoDB database, query completed orders from the last 30 days in the orders collection, group by city, calculate order count and revenue, and return the top 10 cities.
A summarized query result showing each city's order volume, revenue, and ranking.
In the users collection, update all users with status pending and no login for 90 days to inactive, and tell me how many records were matched and modified.
A bulk update execution report with the filter, affected record counts, and result status.
List all collections in the current database, summarize document counts for each collection, and sample the schema structure of the orders collection.
An overview of collections, document counts, and a sampled field structure description.
Use natural language to query, update, and analyze MongoDB data.
Interact with MongoDB using natural language for schema, CRUD, aggregation, and indexes.
Connect AI to MongoDB for CRUD, schema discovery, and collection management.
Connect to MongoDB with natural language to query and manage user records.
Connect AI to MongoDB for querying, analysis, and database development tasks.
Connect to MongoDB for queries, document management, schema analysis, and operations.