Query and manage MongoDB collections, documents, and aggregation pipelines
The MongoDB MCP Server enables your AI assistant to query and manage MongoDB collections, documents, and aggregation pipelines. It provides tools for CRUD operations, collection management, and data exploration on MongoDB databases.
Built by the community, this server connects to MongoDB instances using connection strings. It supports document queries, insertions, updates, deletions, and aggregation pipelines for complex data analysis.
Well-suited for developers working with MongoDB who want natural language access to their document databases for data exploration, debugging, and routine management tasks.
Add this to your MCP configuration file:
{
"mcpServers": {
"mongodb": {
"env": {},
"args": [
"-y",
"mcp-mongo-server",
"--connection-string",
"mongodb://localhost:27017/mydb"
],
"command": "npx"
}
}
}Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Scanned 6 files · 1 finding
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!