mongo-mcp
If you are the rightful owner of mongo-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. Query collections, inspect schemas, and manage data seamlessly through natural language.
The MongoDB MCP Server for LLMs is a powerful tool that allows language models to interact with MongoDB databases using natural language commands. This server facilitates operations such as querying collections, inspecting schemas, and managing data, making it easier for users to handle database tasks without needing deep technical knowledge. It supports various document operations, index management, and provides a seamless integration with platforms like Claude Desktop. The server is designed to be user-friendly and efficient, leveraging the capabilities of Node.js and Docker for local testing and deployment. With features like collection schema inspection and document querying, it empowers users to perform complex database operations through simple prompts.
Features
- Collection schema inspection
- Document querying and filtering
- Index management
- Document operations (insert, update, delete)
Tools
Query Tool
find
,listCollections
,insertOne
,updateOne
,deleteOne
Indexing Tools
createIndex
,dropIndex
,indexes