⇄ConnectorData & ETLFree
MongoDB MCP Server
Official MCP server connecting agents to MongoDB databases and Atlas clusters for queries, aggregation, and admin.
MongoDB MCP Server
The official MongoDB Model Context Protocol server lets AI agents work directly with MongoDB databases and MongoDB Atlas clusters. It covers day-to-day data operations plus Atlas control-plane management, so an agent can both read documents and provision infrastructure.
Key features
- Document operations: find, insert, update, delete, and run aggregation pipelines
- Collection and index management, including creating and inspecting indexes
- Schema introspection so agents can discover collections and field shapes before querying
- Atlas admin tools for listing clusters, projects, and database users via the Atlas API
- Read-only mode and connection-string scoping to constrain what agents can touch
- Distributed as an npm package for quick wiring into Claude, Cursor, and other MCP clients
Because it speaks native MongoDB and the Atlas API, it fits both application developers exploring a database and operators automating cluster management from an agent.
Curated mirror of the open-source mongodb-mcp-server (Apache-2.0). Get it from the source.