Connect to MongoDB with natural language to query and manage user records.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mongo-mcp" yet — see the docs or source repo.
List the 10 most recently registered users in the MongoDB database, showing name, email, and registration time.
A structured list of the 10 most recent users with names, emails, and registration timestamps.
Find all users whose email ends with @example.com and sort them by registration time in descending order.
A list of matching users sorted by registration time in descending order.
Add a user named Wang Xiaoming with email [email protected]; warn me if a user with the same email already exists. Then delete the user with email [email protected].
The result of the add and delete operations, including duplicate email warnings or deletion success.
Use natural language to query, write, aggregate, and manage MongoDB collections.
Connect to MongoDB for queries, document management, schema analysis, and operations.
Connect AI to MongoDB for CRUD, schema discovery, and collection management.
Safely query and inspect local SQLite databases through a read-only MCP server.
Query databases in natural language and auto-generate and execute SQL.
Interact with MongoDB using natural language for schema, CRUD, aggregation, and indexes.