Back to Browse

Claude Kvm MCP Server

Developer ToolsLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

clipboard

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

VNC server hostname or IPOptional

Environment variable: VNC_HOST

VNC server portOptional

Environment variable: VNC_PORT

VNC/ARD usernameRequired

Environment variable: VNC_USERNAME

VNC/ARD passwordRequired

Environment variable: VNC_PASSWORD

Path to claude-kvm-daemon binaryOptional

Environment variable: CLAUDE_KVM_DAEMON_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aras-workspace-claude-kvm": {
      "env": {
        "VNC_HOST": "your-vnc-host-here",
        "VNC_PORT": "your-vnc-port-here",
        "VNC_PASSWORD": "your-vnc-password-here",
        "VNC_USERNAME": "your-vnc-username-here",
        "CLAUDE_KVM_DAEMON_PATH": "your-claude-kvm-daemon-path-here"
      },
      "args": [
        "-y",
        "claude-kvm"
      ],
      "command": "npx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Take a screenshot and describe what you see on the remote desktop"
  • 2"Open the Applications folder and launch Calculator"
  • 3"Use detect_elements to find all text on screen, then click the Submit button"
  • 4Tool: vnc_command — Control the remote desktop: screenshot, click, type, scroll, OCR detection, and more
  • 5Tool: action_queue — Batch multiple actions (up to 20) in a single call for efficient automation

Reviews

No reviews yet

Be the first to review this server!

Claude Kvm MCP Server - MCP server — control remote desktops via VNC with a native | MCP Marketplace