Claude KVM
About
MCP server — control remote desktops via VNC with a native Swift daemon and Apple Vision OCR
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VNC_HOST VNC_PORT VNC_USERNAME VNC_PASSWORD CLAUDE_KVM_DAEMON_PATHClaude Code
claude mcp add --env VNC_HOST= --env VNC_PORT= --env VNC_USERNAME= --env VNC_PASSWORD= --env CLAUDE_KVM_DAEMON_PATH= claude-kvm -- npx claude-kvm
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"claude-kvm","command":"npx","args":["claude-kvm"],"env":{"VNC_HOST":"","VNC_PORT":"","VNC_USERNAME":"","VNC_PASSWORD":"","CLAUDE_KVM_DAEMON_PATH":""}}'
JSON
{
"mcpServers": {
"claude-kvm": {
"command": "npx",
"args": [
"claude-kvm"
],
"env": {
"VNC_HOST": "",
"VNC_PORT": "",
"VNC_USERNAME": "",
"VNC_PASSWORD": "",
"CLAUDE_KVM_DAEMON_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.