Back to MCP Servers
Mongodb Lens
MongoDB Lens: Full Featured MCP Server for MongoDB Databases
databasesgomongodb
By furey
Installation
npx -y mongodb-lensConfiguration
{
"mcpServers": {
"mongodb-lens": {
"command": "npx",
"args": ["-y", "mongodb-lens"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes