Official MongoDB MCP server for database access
Official MongoDB MCP server for connecting AI assistants to MongoDB Atlas and local databases. Query, analyze, and manage your MongoDB data through natural language.
{
"mcpServers": {
"mongodb": {
"mcpServers": {
"mongodb": {
"args": [
"-y",
"mongodb-mcp-server",
"--connectionString",
"mongodb+srv://user:password@cluster.mongodb.net/database"
],
"command": "npx"
}
}
}
}
}