Claude KVM

v2.0.11Browser Automationstable

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

apple-siliconautomationclaudeclaude-codecomputer-use
Share:
14
Stars
0
Downloads
0
Weekly
0/5

What is Claude KVM?

Claude KVM is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server — control remote desktops via vnc with a native swift daemon and apple vision ocr

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

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server — control remote desktops via VNC with a native S

Use Cases

Control remote desktops via VNC
Vision-based interface automation
ARAS-Workspace

Maintainer

LicenseMIT
Languagejavascript
Versionv2.0.11
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y claude-kvm

Manual Installation

npx -y claude-kvm

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude KVM

Claude KVM is an MCP server that enables Claude and other AI agents to control remote desktops via VNC, using a native Swift daemon on macOS with Apple Vision framework for OCR-based element detection. It exposes a comprehensive set of tools covering screenshots, mouse actions (click, drag, scroll, hover), keyboard input (tap, combo, type, paste), OCR-based element detection with bounding boxes, and system utilities like health checks and baseline diffing. Teams building computer-use agents, automation pipelines, or AI-driven QA workflows use it to give Claude eyes and hands on remote macOS or Linux desktops.

Prerequisites

  • macOS with Apple Silicon (the native daemon requires aarch64/arm64)
  • Homebrew installed for the daemon setup
  • Node.js LTS for the npx MCP server component
  • A VNC-enabled remote desktop (macOS Screen Sharing, Linux VNC server, etc.) with host, port, username, and password
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Install the native Swift daemon via Homebrew

The Claude KVM daemon handles VNC connections and Apple Vision OCR. Install it from the ARAS-Workspace tap.

brew tap ARAS-Workspace/tap
brew install claude-kvm-daemon
2

Verify the daemon binary path

Note the daemon installation path for use in the MCP configuration.

which claude-kvm-daemon
# Typically: /opt/homebrew/bin/claude-kvm-daemon
3

Configure your VNC target

Gather the VNC connection details for the remote desktop you want to control: host IP, port (default 5900), username, and password.

4

Add the MCP server to your client configuration

Create or update your .mcp.json file with the claude-kvm entry, pointing to the daemon binary and your VNC credentials.

5

Test the connection with a screenshot

Ask your AI assistant to take a screenshot of the remote desktop to confirm the VNC connection is working.

Claude KVM Examples

Client configuration

MCP configuration for Claude KVM with VNC connection details and daemon path.

{
  "mcpServers": {
    "claude-kvm": {
      "command": "npx",
      "args": ["-y", "claude-kvm"],
      "env": {
        "VNC_HOST": "192.168.1.100",
        "VNC_PORT": "5900",
        "VNC_USERNAME": "user",
        "VNC_PASSWORD": "your-vnc-password",
        "CLAUDE_KVM_DAEMON_PATH": "/opt/homebrew/bin/claude-kvm-daemon",
        "CLAUDE_KVM_DAEMON_PARAMETERS": "-v"
      }
    }
  }
}

Prompts to try

Example prompts for controlling a remote desktop through Claude KVM.

- "Take a screenshot of the remote desktop and describe what you see"
- "Click the Safari icon in the dock on the remote Mac"
- "Type 'hello world' into the currently focused text field"
- "Detect all buttons and text fields visible on screen"
- "Scroll down in the active window and take a screenshot after"

Troubleshooting Claude KVM

VNC connection refused or times out

Verify the remote machine has VNC/Screen Sharing enabled. On macOS, go to System Settings → General → Sharing and enable Screen Sharing. Confirm VNC_HOST and VNC_PORT match the actual server address and that firewall rules allow port 5900.

claude-kvm-daemon not found at the configured path

Run 'which claude-kvm-daemon' in Terminal to find the actual installation path. Update CLAUDE_KVM_DAEMON_PATH in your MCP config to match. On Apple Silicon Macs the typical path is /opt/homebrew/bin/claude-kvm-daemon.

OCR / detect_elements returns no results

The Apple Vision OCR requires macOS 12 or later. Ensure the daemon has Accessibility permissions: go to System Settings → Privacy & Security → Accessibility and add the terminal or Claude app that launches the daemon.

Frequently Asked Questions about Claude KVM

What is Claude KVM?

Claude KVM is a Model Context Protocol (MCP) server that mcp server — control remote desktops via vnc with a native swift daemon and apple vision ocr It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude KVM?

Install via npm with the command: npx -y claude-kvm. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Claude KVM?

Claude KVM works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude KVM free to use?

Yes, Claude KVM is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-kvm": { "command": "npx", "args": ["-y", "claude-kvm"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude KVM?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides