Skip to content
Cursor

Desktop Commander for Cursor

io.github.wonderwhy-er/desktop-commander

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

client:Cursor transport:stdio runtime:npm

Install Desktop Commander in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Desktop Commander in other clients