MongoDB
OfficialbyMongoDB
Community Server + Atlas: structured queries, schema inspection, and aggregation.
API Key Required
Configuration
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mongodb"
],
"env": {
"MONGODB_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.