Skip to content
VS Code

Desktop Commander for VS Code

io.github.wonderwhy-er/desktop-commander

MCP server for terminal commands, file operations, and process management

client:VS Code transport:stdio runtime:npm

Install Desktop Commander in VS Code

.vscode/mcp.json

{
  "servers": {
    "desktop-commander": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Desktop Commander in other clients