Skip to content
Zed

Claude KVM for Zed

io.github.aras-workspace/claude-kvm

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

client:Zed transport:stdio runtime:npm

Install Claude KVM in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Claude KVM in other clients