Skip to content
Windsurf

Computer Use for Windsurf

io.github.hightemp/go-computer-use-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install Computer Use in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "go-computer-use-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "go-computer-use-mcp-server"
      ],
      "env": {
        "DISPLAY": "<DISPLAY>",
        "XAUTHORITY": "<XAUTHORITY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Computer Use in other clients