Description

Full-featured MCP server for MongoDB databases with comprehensive query capabilities.

Installation

npx -y mongodb-lens
npm install mongodb-lens
git clone https://github.com/furey/mongodb-lens

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mongodb-lens": {
      "command": "npx",
      "args": [
        "-y",
        "mongodb-lens"
      ]
    }
  }
}