Desktop Commander for Cline
io.github.wonderwhy-er/desktop-commander
MCP server for terminal commands, file operations, and process management
client:Cline
transport:stdio
runtime:npm
Install Desktop Commander in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs