{
  "name": "screenhand",
  "version": "0.5.3",
  "mcpName": "io.github.manushi4/screenhand",
  "description": "Give AI eyes and hands on your desktop. ScreenHand is an open-source MCP server that lets Claude and other AI agents see your screen, click buttons, type text, and control any app on macOS and Windows.",
  "homepage": "https://screenhand.com",
  "type": "module",
  "bin": {
    "screenhand": "dist/mcp-desktop.js",
    "screenhand-agent": "dist/src/agent/cli.js"
  },
  "files": [
    "dist",
    "bin",
    "dist-references",
    "dist-playbooks",
    "dist-app-maps",
    "native/macos-bridge/Package.swift",
    "native/macos-bridge/Sources",
    "native/windows-bridge",
    "scripts/postinstall.cjs",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsx mcp-desktop.ts",
    "dev:modular": "tsx src/mcp-entry.ts",
    "build": "tsc -p tsconfig.json",
    "check": "tsc --noEmit -p tsconfig.check.json",
    "prepublishOnly": "node scripts/prepublish.cjs",
    "start": "node dist/mcp-desktop.js",
    "agent": "tsx src/agent/cli.ts",
    "postinstall": "node scripts/postinstall.cjs",
    "build:native": "cd native/macos-bridge && swift build -c release",
    "build:native:windows": "cd native/windows-bridge && dotnet build -c Release",
    "test": "vitest run",
    "test:watch": "vitest",
    "export:help-md": "tsx scripts/export-help-center.ts",
    "codex:monitor": "tsx scripts/codex-monitor-daemon.ts",
    "codex:watch": "node scripts/vscode-codex-watch.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/manushi4/screenhand"
  },
  "bugs": {
    "url": "https://github.com/manushi4/screenhand/issues"
  },
  "author": "Clazro Technology Private Limited",
  "license": "AGPL-3.0-only",
  "keywords": [
    "screenhand",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "desktop-automation",
    "ui-automation",
    "accessibility",
    "macos",
    "windows",
    "claude",
    "ai-agent",
    "ai-tools",
    "screen-control",
    "browser-automation",
    "cdp",
    "chrome-devtools-protocol",
    "rpa",
    "ui-testing",
    "ocr",
    "computer-use"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.78.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "chrome-launcher": "^1.2.1",
    "chrome-remote-interface": "^0.33.3"
  },
  "devDependencies": {
    "@types/chrome-remote-interface": "^0.31.14",
    "@types/node": "^22.13.9",
    "tsx": "^4.19.2",
    "typescript": "^5.8.2",
    "vitest": "^3.2.4"
  }
}
