An MCP server wrapping the mongodb-atlas-api-client to expose MongoDB Atlas functionality as MCP tools. Version 1.7.0 provides tools for managing database users, clusters, projects, cloud backups, organizations, access lists, events, Atlas Search, Atlas users, alerts, and Data Lakes. Release cadence is monthly. Key differentiator: enables AI agents and editors to interact with MongoDB Atlas through a standardized protocol, reducing the need for custom API code.
npm install mongodb-atlas-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and starts the MCP server using stdio transport, authenticating with MongoDB Atlas API keys.
Use Node.js 18+, set "type": "module" in package.json, or use .mjs extension
Replace whitelist tool calls with access list equivalents
Grant Organization Owner or Project Owner roles to the API key
Set these env vars before starting the server
Use tool names like user_get, cluster_create, etc.
Ensure package is installed: npm install mongodb-atlas-mcp-server
Add "type": "module" to package.json or rename file to .mjs
export MONGODB_ATLAS_PUBLIC_KEY='your-public-key' and MONGODB_ATLAS_PRIVATE_KEY='your-private-key'
Assign Organization Owner or Project Owner role to the API key in Atlas