mcp-mongo-server
DatabaseCommunity Model Context Protocol server for MongoDB with schema inspection and aggregation pipeline execution.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mcp-mongo-server": {
"command": "npx",
"args": [
"-y",
"mcp-mongo-server"
]
}
}
}