Skip to main content
DatabasesTypeScript

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.

databasescloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/montumodi/mongodb-atlas-mcp-server

Claude 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.

Details

Category
Databases
Language
TypeScript
Author
montumodi