Skip to content

Mongo Server

Free

by MCP Community

A Model Context Protocol server for MongoDB connections

v2.0.2Added Apr 12, 2026
claudeclaude-desktopmcpmongomongodb
Works with:ClaudeGPTGeminiCopilot

Mongo Server MCP Server

A Model Context Protocol server for MongoDB connections

Installation

npx -y mcp-mongo-server

Reviews

Leave a Review

Installation

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