[ MCP_NODE_3763 ]
mongodb-official
CATEGORY:
Database
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Official MongoDB MCP Server by MongoDB. Connect to MongoDB databases and Atlas clusters for querying, aggregation, and collection management.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"mongodb-official-en": {
"description": "Official MongoDB MCP Server by MongoDB. Connect to MongoDB databases and Atlas clusters for querying, aggregation, and collection management.",
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server@latest"
],
"env": {
"MDB_MCP_CONNECTION_STRING": "<your-mongodb-connection-string>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.