Home › Other › Claude KVM

Claude KVM

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

JavaScript
★ 16 stars Last pushed 2026-07-06 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.12)

npx -y claude-kvm@2.0.12

Or add to your MCP client config:

{
  "mcpServers": {
    "claude-kvm": {
      "command": "npx",
      "args": [
        "-y",
        "claude-kvm@2.0.12"
      ],
      "env": {
        "VNC_HOST": "<YOUR_VALUE>",
        "VNC_PORT": "<YOUR_VALUE>",
        "VNC_USERNAME": "<YOUR_VALUE>",
        "VNC_PASSWORD": "<YOUR_VALUE>",
        "CLAUDE_KVM_DAEMON_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • VNC_HOST required — VNC server hostname or IP
  • VNC_PORT required — VNC server port
  • VNC_USERNAME secret — VNC/ARD username
  • VNC_PASSWORD secret — VNC/ARD password
  • CLAUDE_KVM_DAEMON_PATH required — Path to claude-kvm-daemon binary

Related servers

Data from the Official MCP Registry