Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Claude KVM

NPM · CLAUDE-KVM · SCANNED AUG 3

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

Available components

+29 this week 65 Trust /100
Trust breakdown (6 categories)

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. How we score →

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · claude-kvm

# add to Claude Code
claude mcp add aras-workspace-claude-kvm -- npx -y claude-kvm
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add aras-workspace-claude-kvm --command npx --arg -y --arg claude-kvm
# ~/.hermes/config.yaml
mcp_servers:
  aras-workspace-claude-kvm:
    command: "npx"
    args: ["-y", "claude-kvm"]
// mcp.json
{
  "mcpServers": {
    "aras-workspace-claude-kvm": {
      "command": "npx",
      "args": [
        "-y",
        "claude-kvm"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +27
    • Provenance: unverified → pass security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • The attested source repository moved: ARAS-Workspace/claude-kvm security
    • Schema quality: unverified → poor functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 +30
    • Malware scan: unverified → pass security
    • Dependency health: partial → unverified functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 0 functional
    • Stability: unverified → 0.23 functional
  • 1 Aug 26 −10
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 30 Jul 26 +12
    • Tool coverage: unverified → 0 functional
  • 28 Jul 26 −12
    • Tool coverage: 0 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
ARAS-Workspace/claude-kvm
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/ARAS-Workspace/claude-kvm/.github/workflows/publish.yml@refs/heads/main
Rekor log index:
2090238983
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:9f6603d0b3db4e6e6ee07754d27e9a7ae62b87bdd4b87f87f0cd6edf068da165d528b9ba06c955600d5912e38f11ac2c720b98f3c9458f509e953aeeb
Discovery method:
attestation_endpoint
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~489 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
action_queue ~18

No description provided.

NameTypeReqDescription
actionsarrayyesOrdered actions to execute sequentially

No output schema declared.

No examples provided.

task_complete ~15

No description provided.

NameTypeReqDescription
summarystringyesWhat was accomplished

No output schema declared.

No examples provided.

task_failed ~19

No description provided.

NameTypeReqDescription
reasonstringyesWhy the task could not be completed

No output schema declared.

No examples provided.

vnc_command ~437

No description provided.

NameTypeReqDescription
actionstringyesThe action to perform
amountintegerScroll amount (default 3)
buttonstringMouse button
click_hold_msintegerClick hold duration
combo_mod_msintegerModifier settle delay
cursor_crop_radiusintegerCursor crop radius
directionstringScroll direction
double_click_gap_msintegerDouble-click gap
drag_min_stepsintegerMin interpolation steps
drag_pixels_per_stepnumberPoint density per pixel
drag_position_msintegerPre-drag position wait
drag_press_msintegerDrag press hold
drag_settle_msintegerSettle before release
drag_step_msintegerBetween interpolation pts
dxintegerRelative X offset (nudge)
dyintegerRelative Y offset (nudge)
hover_settle_msintegerHover settle wait
keystringKey name or combo string (e.g. "cmd+c")
key_hold_msintegerKey hold duration
keysarrayArray of key names for combo (e.g. ["cmd","shift","3"])
max_dimensionintegerMax screenshot dimension
msintegerWait duration in ms (default 500)
paste_settle_msintegerPost-clipboard write wait
resetbooleanReset all params to defaults
scroll_press_msintegerScroll press-release gap
scroll_tick_msintegerInter-tick delay
textstringText to type or paste
toXintegerDrag target X
toYintegerDrag target Y
type_inter_key_msintegerInter-character delay
type_key_msintegerKey hold during typing
type_shift_msintegerShift key settle
xintegerX coordinate
yintegerY coordinate

No output schema declared.

No examples provided.