Deploying 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
- 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
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
orCtrl+S
); - Restart Claude Desktop.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 10
Deploying 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
- 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
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
orCtrl+S
); - Restart Claude Desktop.
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 3