MongoDB-Model-Context-Protocol-MCP-
1
The MongoDB MCP Server for LLMS is designed to facilitate direct interaction between large language models and MongoDB databases. It offers features such as data querying, schema inspection, and document operations, enhancing the capabilities of language models in handling database tasks.
🗄️ MongoDB MCP Server for LLMS
A Model Context Protocol (MCP) server allowing LLMs to interact with MongoDB. Features include:
- Collection schema inspection
- Document querying and filtering
- Index management
- Document operations (insert, update, delete)
🚀 Quick Start
Find your MongoDB connection URL and configure your Claude Desktop config file.
Install via Smithery
Use Smithery CLI to install the MongoDB MCP Server for Claude Desktop.
Prerequisites
- Node.js 18+
- npx
- Docker and Docker Compose for sandbox testing
- MCP Client
Test Sandbox Setup
Create a sample MongoDB sandbox using Docker.
Example Prompts
Try prompts to explore functionality, such as querying available collections, finding users by location, and managing documents and indexes.