logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install wonderwhy-er/DesktopCommanderMCP. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

wonderwhy-er/DesktopCommanderMCP Installation Guide

How to install wonderwhy-er/DesktopCommanderMCP. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for wonderwhy-er/DesktopCommanderMCP. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i wonderwhy-er/DesktopCommanderMCP
or

Install via npx

npx @hexmos/ipm i wonderwhy-er/DesktopCommanderMCP

Prerequisites

Node.js

runtime

Version: >=18.0.0

Claude Desktop

application

Docker Desktop

application

Optional

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install through npx (Recommended, Auto-Updates, Requires Node.js)

npx -y @wonderwhy-er/desktop-commander@latest setup

Using bash script installer (macOS, Auto-Updates, Installs Node.js if needed)

curl -fsSL https://raw.githubusercontent.com/wonderwhy-er/DesktopCommanderMCP/refs/heads/main/install.sh | bash

Installing via Smithery (Auto-Updates, Requires Node.js)

echo "Visit https://smithery.ai/server/@wonderwhy-er/desktop-commander, login, select client, and install with the provided key. Restart Claude Desktop."

Add to claude_desktop_config manually (Auto-Updates, Requires Node.js)

echo "Add the following JSON configuration to your claude_desktop_config.json file: {
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander@latest"
      ]
    }
  }
}
Restart Claude Desktop."

Docker Installation (Auto-Updates, No Node.js Required)

bash <(curl -fsSL https://raw.githubusercontent.com/wonderwhy-er/DesktopCommanderMCP/refs/heads/main/install-docker.sh)

Docker Installation (Windows PowerShell, Auto-Updates, No Node.js Required)

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/wonderwhy-er/DesktopCommanderMCP/refs/heads/main/install-docker.ps1'))

Checkout locally (Manual Updates, Requires Node.js)

git clone https://github.com/wonderwhy-er/DesktopCommanderMCP.git

cd DesktopCommanderMCP

npm run setup

Post Installation Steps

  • Restart Claude if running.
  • Verify installation by asking Claude to perform a file operation or run a terminal command.