{ "name": "@sitharaj88/winctl", "version": "1.0.2", "mcpName": "io.github.sitharaj88/winctl", "description": "WinCtl — full Windows desktop control for Claude and other MCP clients: screen capture, UI Automation, synthetic input, window and process management, files and shell, behind tiered permissions with audit logging.", "type": "module", "license": "MIT", "author": { "name": "Sitharaj Seenivasan", "email": "sitharaj.info@gmail.com", "url": "https://sitharaj.in" }, "homepage": "https://github.com/sitharaj88/winctl#readme", "repository": { "type": "git", "url": "git+https://github.com/sitharaj88/winctl.git" }, "bugs": { "url": "https://github.com/sitharaj88/winctl/issues" }, "keywords": [ "mcp", "modelcontextprotocol", "claude", "windows", "automation", "ui-automation", "screenshot", "desktop", "win32", "connector" ], "bin": { "winctl": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "PRIVACY.md", "LICENSE" ], "engines": { "node": ">=20.0.0" }, "os": [ "win32" ], "scripts": { "build": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch", "typecheck": "tsc -p tsconfig.json --noEmit", "start": "node dist/index.js", "start:http": "node dist/http.js", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "inspect:cli": "npx @modelcontextprotocol/inspector --cli node dist/index.js", "self-test": "node dist/index.js --self-test", "smoke": "node scripts/smoke.mjs", "smoke:full": "node scripts/smoke.mjs --full", "verify:interactive": "node scripts/verify-interactive.mjs", "bundle": "npx @anthropic-ai/mcpb pack", "validate:manifest": "npx @anthropic-ai/mcpb validate manifest.json", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "clipboardy": "^5.3.2", "get-windows": "^9.3.0", "koffi": "^3.1.4", "node-screenshots": "^0.2.8", "sharp": "^0.35.3", "systeminformation": "^5.33.1", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.13.0", "typescript": "^5.7.3" } }