MCP server β control remote desktops via VNC with a native Swift daemon and Apple Vision OCR
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Remote Access, Artificial Intelligence
Claude KVM is an MCP tool that controls remote desktop environments over VNC. It consists of a thin JS proxy layer (MCP server) and a platform-native Swift VNC daemon running on your macOS system.
[!TIP] Phantom-WG could be a great alternative for you. Isolate your VNC server within your own network while enjoying self-hosted VPN performance with the extra privacy features you gain along the way.
[!NOTE] Tests are conducted transparently on GitHub Actions β each step is visible in the CI environment. At the end of every test, whether the integration passes or fails, you'll find screenshots of each step the agent took during the session, along with an
.mp4video recording that captures the entire session. By reviewing these recordings and screenshots, you can observe how the agent progressed through each stage, how long the task took, and what decisions were made based on the system prompt. You can use these examples as a reference when crafting your own system prompts or instructions for the MCP server in your own environment.
[!WARNING] Artifacts attached to these runs may have expired due to GitHub's artifact retention policy. Persistent copies are prepared via the Persist Artifacts workflow and can always be accessed by run ID from the
artifacts/directory on the press-kit branch.
| Layer | Language | Role | Communication |
|---|---|---|---|
| MCP Proxy | JavaScript (Node.js) | Communicates with Claude over MCP protocol, manages daemon lifecycle | stdio JSON-RPC |
| VNC Daemon | Swift/C (Apple Silicon) | VNC connection, screen capture, mouse/keyboard input injection | stdin/stdout PC (NDJSON) |
Communication between the proxy and daemon uses the PC protocol over NDJSON:
The VNC server's native resolution is scaled down to fit within --max-dimension (default: 1280px). Claude works more consistently with scaled coordinates β the daemon handles the conversion in the background:
Claude minimizes token cost with a progressive verification approach:
detect_elements uses Apple Vision framework for on-device OCR. Returns text content with bounding box coordinates in scaled space β enables precise click targeting without consuming vision tokens.
[!NOTE]
claude-kvm-daemonis compiled and code-signed via CI (GitHub Actions). The build output is packaged in two formats: a.tar.gzarchive for Homebrew distribution and a.dmgdisk image for notarization. The DMG is submitted to Apple servers for notarization within the same workflow β the process can be tracked from CI logs. The notarized DMG is available as a CI Artifact; the archived.tar.gzis also published as a release on the repository. Homebrew installation tracks this release.
Create a .mcp.json file in your project directory:
[!NOTE] The tool is end-to-end tested via CI β Claude executes tasks over VNC while an independent vision model observes and verifies the results. See the Integration Test for live workflow runs, system prompts, and demo recordings.
| Parameter | Default | Description |
|---|---|---|
VNC_HOST | 127.0.0.1 | VNC server address |
VNC_PORT | 5900 | VNC port number |
VNC_USERNAME | Username (required for ARD) | |
VNC_PASSWORD | Password | |
CLAUDE_KVM_DAEMON_PATH | claude-kvm-daemon | Daemon binary path (not needed if already in PATH) |
CLAUDE_KVM_DAEMON_PARAMETERS | Additional CLI arguments for the daemon |
Additional arguments passed to the daemon via CLAUDE_KVM_DAEMON_PARAMETERS:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/claude-kvm)<a href="https://allmcps.com/mcp/claude-kvm"><img src="https://allmcps.com/api/badge/claude-kvm?style=directory" alt="Claude KVM on AllMCPs" /></a>