mongodb-mcp
If you are the rightful owner of mongodb-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases.
The MongoDB MCP Server for LLMs is a powerful tool that allows language models to seamlessly interact with MongoDB databases. It provides capabilities for querying collections, inspecting schemas, and managing data through natural language commands. This server is particularly useful for developers and data scientists who want to leverage the power of language models to perform database operations without writing complex queries. The server supports a range of operations including document querying, schema inspection, index management, and document operations such as insert, update, and delete. It is designed to work with Claude Desktop and can be easily installed via Smithery. The server requires Node.js 18+ and can be tested locally using Docker and Docker Compose.
Features
- Collection schema inspection
- Document querying and filtering
- Index management
- Document operations (insert, update, delete)