Back to MCP Servers

Mongodb Atlas

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.

databasesgomongodbapi

Installation

npx -y mongodb-atlas-mcp-server

Configuration

{
  "mcpServers": {
    "mongodb-atlas-mcp-server": {
      "command": "npx",
      "args": ["-y", "mongodb-atlas-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub