mongodb-mcp-server and mcp-mongo-server
These are competitors—both provide MCP server implementations for MongoDB database connectivity, with the official MongoDB-maintained tool (A) offering significantly greater adoption and integration support compared to the community alternative (B).
About mongodb-mcp-server
mongodb-js/mongodb-mcp-server
A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Implements queryable MongoDB resources (databases, collections, schemas, indexes) through the Model Context Protocol, exposing database introspection and CRUD operations via standardized tools. Runs as an npx-executable stdio server compatible with Claude Desktop, VS Code, Cursor, and Windsurf, with optional read-only enforcement and support for both connection strings and MongoDB Atlas API authentication.
About mcp-mongo-server
kiliczsh/mcp-mongo-server
A Model Context Protocol Server for MongoDB
Implements automatic collection schema inference from document samples and provides configurable ObjectId handling modes, enabling LLMs to safely query and manipulate MongoDB data. Supports both read-only mode with secondary read preference and full write operations (inserts, updates, indexing), plus MongoDB aggregation pipelines with optional query explain plans. Integrates with Claude Desktop, Windsurf, and Cursor through the Model Context Protocol standard.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work