mongo-mcp

QuantGeekDev/mongo-mcp
★ 174 stars TypeScript 🗄️ Database Updated 3mo ago
A mongo db server for the model context protocol (MCP)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mongo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "QuantGeekDev/mongo-mcp"
      ]
    }
  }
}