MCP Servers / database / MongoDB

MongoDB

JSON →
none15database

Interact with MongoDB databases using natural language. Query collections, inspect schemas, and manage data.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mongodb-5
Tools
What this server exposes
listCollections
Lists available collections in the database
find
Queries documents with filtering and projection
insertOne
Inserts a single document into a collection
updateOne
Updates a single document in a collection
deleteOne
Deletes a single document from a collection
createIndex
Creates a new index on a collection
dropIndex
Removes an index from a collection
indexes
Lists indexes for a collection
Configuration
Environment & auth
authnone
Resources
MongoDB — MCP Server · libregistry