Skip to content
Windsurf

Claude KVM for Windsurf

io.github.aras-workspace/claude-kvm

MCP server — control remote desktops via VNC with a native Swift daemon and Apple Vision OCR

client:Windsurf transport:stdio runtime:npm

Install Claude KVM 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": {
    "claude-kvm": {
      "command": "npx",
      "args": [
        "-y",
        "claude-kvm"
      ],
      "env": {
        "VNC_HOST": "<VNC_HOST>",
        "VNC_PORT": "<VNC_PORT>",
        "VNC_USERNAME": "<VNC_USERNAME>",
        "VNC_PASSWORD": "<VNC_PASSWORD>",
        "CLAUDE_KVM_DAEMON_PATH": "<CLAUDE_KVM_DAEMON_PATH>"
      }
    }
  }
}

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

Claude KVM in other clients