Skip to content
Cursor

Claude KVM for Cursor

io.github.aras-workspace/claude-kvm

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

client:Cursor transport:stdio runtime:npm

Install Claude KVM in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "claude-kvm": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Claude KVM in other clients