Connect to MongoDB for queries, document management, schema analysis, and operations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mongodb-mcp" yet — see the docs or source repo.
Connect to my MongoDB database, query the orders collection for the last 30 days, group by region, calculate order count and revenue, and provide a summary.
Returns aggregation results and a concise summary of order volume and revenue by region.
Analyze the document structure of the users collection, identify common fields, data types, missing-field patterns, and highlight potential schema inconsistencies.
Outputs field structure analysis, type distribution, and schema anomaly notes to help optimize the data model.
Find products in the inventory collection where stock is 0 but status is still active, bulk update them to archived, and report how many records were modified.
Performs the bulk update and returns the number of affected documents with an operation summary.
Connect AI to MongoDB for CRUD, schema discovery, and collection management.
Use natural language to query, write, aggregate, and manage MongoDB collections.
Connect to MongoDB with natural language to query and manage user records.
Query and manage multiple databases with read-only access and schema inspection.
Connect to MongoDB and Atlas to query, manage, and debug data.
Interact with MongoDB using natural language for schema, CRUD, aggregation, and indexes.