Interact with MongoDB databases and MongoDB Atlas via natural language. Run queries, manage collections, inspect schemas, and access Atlas cloud features. The official MongoDB MCP integration.
Install via CLI
mog install mogteam/mcp-mongodbManual config
MongoDB connection string (e.g., mongodb://localhost:27017/mydb)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-mongodb": {
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server@latest"
],
"env": {
"MDB_MCP_CONNECTION_STRING": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Interact with MongoDB databases and MongoDB Atlas via natural language. Run queries, manage collections, inspect schemas, and access Atlas cloud features. The official MongoDB MCP integration.
mog install mogteam/mcp-mongodb
Requires Node.js v20+. For Atlas cloud features, use Atlas API credentials instead.
mongodb database nosql atlas queries mcp
Sourced from MongoDB (official) — ⭐ 1,800 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
MongoDB (official)
github.com/mongodb-js/mongodb-mcp-serverThis package is sourced from the above repository and distributed on mog under its original license.
Releases