A Mongo DB server for the Model Context Protocol (MCP)
Description: A MongoDB server that enables direct database interactions through natural language commands.
Category: Database Tools
Overview: This MCP server provides a bridge between LLMs and MongoDB databases, allowing natural language interactions for database operations. Key capabilities include:
Requirements:
Quick Start Setup:
Add this configuration to your Claude Desktop config file:
For MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
For Windows:
%APPDATA%/Claude/claude_desktop_config.json
Configuration JSON:
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": ["mongo-mcp", "mongodb://<username>:<password>@<host>:<port>/<database>?authSource=admin"]
}
}
}
Available Tools:
Sample Collections:
Testing: Local sandbox environment available through Docker Compose with pre-configured test data and collections.