MongoDB MCP Server
Related Servers
Alternatives to MongoDB MCP Server
No user-submitted related servers found.
Related Servers
AlicenseBqualityAmaintenanceA Model Context Protocol server that enables AI assistants to interact with MongoDB Atlas resources through natural language, supporting database operations and Atlas management functions.2882,973 npm1,132Apache 2.0- AlicenseAqualityCmaintenanceA Model Context Protocol server for interacting with MongoDB Databases and MongoDB Atlas. It enables AI assistants to query, manage, and operate on MongoDB data and Atlas resources through natural language.2582,973 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.19 npmMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.19 npm2MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.19 npm175MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for MongoDB operations, enabling AI assistants to interact with MongoDB databases through a standardized interface.28 npm4MIT
TDQS
Scored across 22 tools
Each tool has a distinct purpose with clear boundaries, targeting specific MongoDB operations like querying (find, aggregate), management (create-collection, drop-collection), or diagnostics (explain, db-stats). No tools appear to overlap in functionality, making it easy for an agent to select the correct one based on the task.
Most tools follow a consistent verb-noun or noun-verb pattern using kebab-case (e.g., create-collection, list-databases), with a few minor deviations like 'connect' (verb-only) and 'mongodb-logs' (noun-noun). Overall, the naming is predictable and readable, though not perfectly uniform.
With 22 tools, the count is slightly high but reasonable for a comprehensive MongoDB server covering operations from CRUD to administration and diagnostics. It avoids being excessive (under 25) and provides broad coverage without feeling overly bloated for the domain.
The tool set offers complete coverage of MongoDB operations, including CRUD (find, insert-many, update-many, delete-many), schema management (collection-schema, create-index), database/collection lifecycle (create/drop/rename), and diagnostics (explain, logs). No obvious gaps exist for core workflows in this domain.