← Index

Computer Use

io.github.hightemp/go-computer-use-mcp-server·v1.1.4·Other
Quality Score
95
/100

Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "go-computer-use-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "go-computer-use-mcp-server"
      ],
      "env": {
        "DISPLAY": "<display>",
        "XAUTHORITY": "<xauthority>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "go-computer-use-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "go-computer-use-mcp-server"
      ],
      "env": {
        "DISPLAY": "<display>",
        "XAUTHORITY": "<xauthority>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y go-computer-use-mcp-server
§02  Environment variables
DISPLAY

X11 display to automate on Linux.

XAUTHORITY

Path to the X11 authority file on Linux.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other