Connect AI to MongoDB for CRUD, schema discovery, and collection management.
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 MongoDB and query the latest 10 orders in the orders collection for userId 12345, sorted by createdAt descending, returning only order number, amount, and status.
A filtered list of matching orders with only the requested fields, sorted by newest first.
Scan the analytics database, list all collections, and summarize common fields, field types, and any suspicious missing-value patterns in each collection.
A collection inventory and schema overview for each collection, ready for analysis or development.
In the inventory collection, bulk update documents where stock is less than or equal to 0 and status is not out_of_stock, setting status to out_of_stock, and return the number of updated documents.
A completed bulk update with the affected document count and, if relevant, a brief execution summary.
Interact with MongoDB using natural language for schema, CRUD, aggregation, and indexes.
Connect to MongoDB for queries, document management, schema analysis, and operations.
Use natural language to query, write, aggregate, and manage MongoDB collections.
Use natural language to query, update, and analyze MongoDB data.
Securely connect AI agents to MongoDB via MCP with flexible auth deployment.
Connect to MongoDB with natural language to query and manage user records.