Computer Use for Cline
io.github.hightemp/go-computer-use-mcp-server
Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.
client:Cline
transport:stdio
runtime:npm
Install Computer Use 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": {
"go-computer-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"go-computer-use-mcp-server"
],
"env": {
"DISPLAY": "<DISPLAY>",
"XAUTHORITY": "<XAUTHORITY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs