# Claude KVM (npm · claude-kvm)

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

- Trust score: 65/100 (medium)
- Change this week: +29
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `claude-kvm`: 65/100 (this document), [markdown](https://verifymcp.io/servers/aras-workspace-claude-kvm/claude-kvm.md), [page](https://verifymcp.io/servers/aras-workspace-claude-kvm/claude-kvm)

## Channel facts

- Registry: `npm`
- Package: `claude-kvm`
- Version: `2.0.12`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to ARAS-Workspace/claude-kvm).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 27 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 37/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 489 tokens (~122/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 33/100
  - 0% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add aras-workspace-claude-kvm -- npx -y claude-kvm
```

### Codex

```bash
codex mcp add aras-workspace-claude-kvm -- npx -y claude-kvm
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aras-workspace-claude-kvm": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "claude-kvm"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add aras-workspace-claude-kvm --command npx --arg -y --arg claude-kvm
```

### Hermes

```yaml
mcp_servers:
  aras-workspace-claude-kvm:
    command: "npx"
    args: ["-y", "claude-kvm"]
```

### Other

```json
{
  "mcpServers": {
    "aras-workspace-claude-kvm": {
      "command": "npx",
      "args": [
        "-y",
        "claude-kvm"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +27)

- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] The attested source repository moved: ARAS-Workspace/claude-kvm
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 38, +30)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 0
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 8, −10)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 18, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-30 (score 36, +12)

- [functional improvement] Tool coverage: unverified → 0

### 2026-07-28 (score 24, −12)

- [functional regression] Tool coverage: 0 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 36)

First indexed and scored.

## MCP tools (4)

### `vnc_command` (~437 tokens)

Input parameters:

- `action` (string, required): The action to perform
- `amount` (integer): Scroll amount (default 3)
- `button` (string): Mouse button
- `click_hold_ms` (integer): Click hold duration
- `combo_mod_ms` (integer): Modifier settle delay
- `cursor_crop_radius` (integer): Cursor crop radius
- `direction` (string): Scroll direction
- `double_click_gap_ms` (integer): Double-click gap
- `drag_min_steps` (integer): Min interpolation steps
- `drag_pixels_per_step` (number): Point density per pixel
- `drag_position_ms` (integer): Pre-drag position wait
- `drag_press_ms` (integer): Drag press hold
- `drag_settle_ms` (integer): Settle before release
- `drag_step_ms` (integer): Between interpolation pts
- `dx` (integer): Relative X offset (nudge)
- `dy` (integer): Relative Y offset (nudge)
- `hover_settle_ms` (integer): Hover settle wait
- `key` (string): Key name or combo string (e.g. "cmd+c")
- `key_hold_ms` (integer): Key hold duration
- `keys` (array): Array of key names for combo (e.g. ["cmd","shift","3"])
- `max_dimension` (integer): Max screenshot dimension
- `ms` (integer): Wait duration in ms (default 500)
- `paste_settle_ms` (integer): Post-clipboard write wait
- `reset` (boolean): Reset all params to defaults
- `scroll_press_ms` (integer): Scroll press-release gap
- `scroll_tick_ms` (integer): Inter-tick delay
- `text` (string): Text to type or paste
- `toX` (integer): Drag target X
- `toY` (integer): Drag target Y
- `type_inter_key_ms` (integer): Inter-character delay
- `type_key_ms` (integer): Key hold during typing
- `type_shift_ms` (integer): Shift key settle
- `x` (integer): X coordinate
- `y` (integer): Y coordinate

### `action_queue` (~18 tokens)

Input parameters:

- `actions` (array, required): Ordered actions to execute sequentially

### `task_complete` (~15 tokens)

Input parameters:

- `summary` (string, required): What was accomplished

### `task_failed` (~19 tokens)

Input parameters:

- `reason` (string, required): Why the task could not be completed

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/aras-workspace-claude-kvm/claude-kvm#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 38
- 2026-08-01: 8
- 2026-07-31: 18
- 2026-07-30: 36
- 2026-07-28: 24
- 2026-07-27: 36

## Links

- npm package: https://www.npmjs.com/package/claude-kvm
- Socket report: https://socket.dev/npm/package/claude-kvm
- Repository: https://github.com/ARAS-Workspace/claude-kvm
- Changelog RSS feed: https://verifymcp.io/servers/aras-workspace-claude-kvm/claude-kvm/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/aras-workspace-claude-kvm/claude-kvm/changelog.json
- HTML version of this page: https://verifymcp.io/servers/aras-workspace-claude-kvm/claude-kvm
