Back to MCP Servers
🔌

kiliczsh/mcp-mongo-server

MIT

📇 🏠 - A Model Context Protocol Server for MongoDB

TypeScriptDatabases

Install

npx -y -y mcp-mongo-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kiliczsh-mcp-mongo-server": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "mcp-mongo-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.