Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Deploying Your First AI Agent | Meet Your AI Coworker
Agentic AI for Automating Daily Office Tasks

bookDeploying Your First AI Agent

Installing Desktop Commander MCP Agent

The Desktop Commander MCP server is ideal for beginners as it simplifies future agent installations and provides file system access.

Installation Steps
expand arrow
  • Copy the first installation command:
npx @wonderwhy-er/desktop-commander@latest setup
  • Paste and execute it in your terminal;
  • When prompted for permissions, type "y" or "yes" and press Enter.
Manual Configuration
expand arrow

If auto-setup doesn't work:

  • Copy the manual configuration code;
{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}
  • Paste it into your claude-desktop-config.json file instead of the two empty curly brackets {};
  • Save the file (Cmd+S or Ctrl+S);
  • Restart Claude Desktop.
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 3

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Awesome!

Completion rate improved to 10

bookDeploying Your First AI Agent

Swipe to show menu

Installing Desktop Commander MCP Agent

The Desktop Commander MCP server is ideal for beginners as it simplifies future agent installations and provides file system access.

Installation Steps
expand arrow
  • Copy the first installation command:
npx @wonderwhy-er/desktop-commander@latest setup
  • Paste and execute it in your terminal;
  • When prompted for permissions, type "y" or "yes" and press Enter.
Manual Configuration
expand arrow

If auto-setup doesn't work:

  • Copy the manual configuration code;
{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}
  • Paste it into your claude-desktop-config.json file instead of the two empty curly brackets {};
  • Save the file (Cmd+S or Ctrl+S);
  • Restart Claude Desktop.
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 3
some-alt