MongoDB
Official
🗄️ Data & Files
Query and manage MongoDB databases. Run queries, inspect collections, create indexes, and manipulate documents with the official MongoDB MCP server.
Tools (42)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": [
"-y",
"@mongodb-js/mongodb-mcp-server"
],
"env": {
"MONGODB_URI": "your-mongodb-uri-here"
}
}
}
}