Skip to content

Mongodb

Free

by MCP Community

MongoDB MCP Server for Cursor IDE

v1.0.2Added Apr 12, 2026
mcpmongodbcursoraimodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Mongodb MCP Server

MongoDB MCP Server for Cursor IDE

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @harryelv/mongodb-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mongodb": {
      "command": "npx",
      "args": ["-y", "@harryelv/mongodb-mcp-server"]
    }
  }
}