MongoDB Lens is an MCP server for MongoDB databases. It exposes CRUD operations, query execution, and index management. It connects directly to MongoDB instances. Developers use it to build AI agents that interact with MongoDB data, perform analytics, or manage database schemas.
MongoDB Lens is an MCP server for MongoDB databases. It exposes CRUD operations, query execution, and index management. It connects directly to MongoDB instances. Developers use it to build AI agents that interact with MongoDB data, perform analytics, or manage database schemas.
npx -y mongodb-lensAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"furey-mongodb-lens-github": {
"command": "npx",
"args": [
"-y",
"npx -y mongodb-lens"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mongodb lens?"
No configuration required. This server works out of the box.
"What resources are available in mongodb lens?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mongodb lens"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mongodb lens with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.