UNPKG

mcp-desktop-pro

Version:

Advanced MCP server for intelligent computer use automation and AI agent operator control. Supports mouse and keyboard input, window-relative vision and coordinates, Retina display, and screenshot-based debugging. Designed for AI-driven workflows, app and

50 lines (49 loc) 1.39 kB
{ "name": "mcp-desktop-pro", "version": "0.3.1", "description": "Advanced MCP server for intelligent computer use automation and AI agent operator control. Supports mouse and keyboard input, window-relative vision and coordinates, Retina display, and screenshot-based debugging. Designed for AI-driven workflows, app and game testing, and local autonomous task execution.", "type": "commonjs", "main": "server.js", "bin": { "mcp-desktop-pro": "server.js" }, "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "automation", "computer-use", "ai-operator", "desktop-automation", "desktop-operator", "testing", "screenshot", "robotjs", "visual-debugging", "app-testing", "mouse-control", "keyboard-control", "ai-agent" ], "author": "Lukasz Rzepecki <http://linkedin.com/in/lukaszrzepecki/>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lksrz/mcp-desktop-pro" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "active-win": "^8.2.1", "axios": "^1.6.2", "cors": "^2.8.5", "express": "^4.18.2", "robotjs": "^0.6.0", "screenshot-desktop": "^1.15.1", "sharp": "^0.34.2", "ws": "^8.14.2", "zod": "^3.24.2" } }