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 with Anthropic Claude

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

Suggested prompts:

What are the main features of the Desktop Commander MCP agent?

How do I manually add the agent to the config file if the automatic setup fails?

Can you explain how to use the agent to analyze files or automate file operations?

Awesome!

Completion rate improved to 8.33

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