Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Het Implementeren van Uw Eerste AI-Agent | Maak Kennis Met Uw AI-Collega
Agentische AI voor het Automatiseren van Dagelijkse Kantoortaken

bookHet Implementeren van Uw Eerste AI-Agent

Desktop Commander MCP Agent installeren

De Desktop Commander MCP-server is ideaal voor beginners omdat het toekomstige agentinstallaties vereenvoudigt en toegang tot het bestandssysteem biedt.

Installatiestappen
expand arrow
  • Kopieer het eerste installatiecommando:
npx @wonderwhy-er/desktop-commander@latest setup
  • Plak en voer dit uit in je terminal;
  • Wanneer om toestemming wordt gevraagd, typ "y" of "yes" en druk op Enter.
Handmatige configuratie
expand arrow

Als de automatische installatie niet werkt:

  • Kopieer de handmatige configuratiecode;
{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}
  • Plak deze in je claude-desktop-config.json-bestand in plaats van de twee lege accolades {};
  • Sla het bestand op (Cmd+S of Ctrl+S);
  • Herstart Claude Desktop.
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 3

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

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

bookHet Implementeren van Uw Eerste AI-Agent

Veeg om het menu te tonen

Desktop Commander MCP Agent installeren

De Desktop Commander MCP-server is ideaal voor beginners omdat het toekomstige agentinstallaties vereenvoudigt en toegang tot het bestandssysteem biedt.

Installatiestappen
expand arrow
  • Kopieer het eerste installatiecommando:
npx @wonderwhy-er/desktop-commander@latest setup
  • Plak en voer dit uit in je terminal;
  • Wanneer om toestemming wordt gevraagd, typ "y" of "yes" en druk op Enter.
Handmatige configuratie
expand arrow

Als de automatische installatie niet werkt:

  • Kopieer de handmatige configuratiecode;
{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}
  • Plak deze in je claude-desktop-config.json-bestand in plaats van de twee lege accolades {};
  • Sla het bestand op (Cmd+S of Ctrl+S);
  • Herstart Claude Desktop.
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 3
some-alt