Serversio.github.ARAS-Workspace/claude-kvm
K

Claude KVM

io.github.ARAS-Workspace/claude-kvm · v2.0.11
▦ npm
v2.0.11npm npm: claude-kvm↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ARAS-Workspace/claude-kvm",
  "description": "MCP server — control remote desktops via VNC with a native Swift daemon and Apple Vision OCR",
  "title": "Claude KVM",
  "repository": {
    "url": "https://github.com/ARAS-Workspace/claude-kvm",
    "source": "github"
  },
  "version": "2.0.11",
  "websiteUrl": "https://github.com/ARAS-Workspace/claude-kvm",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "claude-kvm",
      "version": "2.0.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "VNC server hostname or IP",
          "isRequired": true,
          "name": "VNC_HOST"
        },
        {
          "description": "VNC server port",
          "isRequired": true,
          "name": "VNC_PORT"
        },
        {
          "description": "VNC/ARD username",
          "isSecret": true,
          "name": "VNC_USERNAME"
        },
        {
          "description": "VNC/ARD password",
          "isSecret": true,
          "name": "VNC_PASSWORD"
        },
        {
          "description": "Path to claude-kvm-daemon binary",
          "isRequired": true,
          "name": "CLAUDE_KVM_DAEMON_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}