Back to MCP Servers
🔌

furey/mongodb-lens

MITAPI key required

📇 🏠 - MongoDB Lens: Full Featured MCP Server for MongoDB Databases

JavaScriptDatabases

Install

npx -y requires

Required environment variables

CONFIG_DISABLE_DESTRUCTIVE_OPERATION_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "furey-mongodb-lens": {
      "command": "npx",
      "args": [
        "-y",
        "requires"
      ],
      "env": {
        "CONFIG_DISABLE_DESTRUCTIVE_OPERATION_TOKEN": "<YOUR_CONFIG_DISABLE_DESTRUCTIVE_OPERATION_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.