Mongodb Lens
Unclaimed🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Install
npx -y mongodb-lensUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (10)
bulk-operations
Can perform batch deletions when configured to do so
create-user
Creates users with permissions that could enable further changes
delete-document
Removes documents matching specified criteria
drop-collection
Permanently deletes collections and all their documents
drop-database
Permanently deletes entire databases
drop-index
Removes indexes (can impact query performance)
drop-user
Removes database users and their access permissions
rename-collection
Can overwrite existing collections when using the drop target option
transaction
Executes multiple operations in a transaction (potential for complex changes)
update-document
Updates documents which could overwrite existing data