montumodi/mongodb-atlas-mcp-server
A Model Context Protocol (MCP) that provides access to the MongoDB Atlas API. This server wraps the `mongodb-atlas-api-client` package to expose MongoDB Atlas functionality through MCP tools.
Quick Start
Clone the repository:
git clone https://github.com/montumodi/mongodb-atlas-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"mongodb-atlas-mcp-server": {
"command": "npx",
"args": [
"-y",
"montumodi/mongodb-atlas-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.