[ MCP_NODE_3849 ]
mongodb
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"mongodb-en": {
"description": "A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.",
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server@latest",
"--readOnly"
],
"env": {
"MDB_MCP_CONNECTION_STRING": "mongodb://localhost:27017/myDatabase"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.