MCP Windows Desktop Automation

by mario-andreschak
Verified
{ "name": "mcp-windows-desktop-automation", "version": "0.1.0", "description": "MCP server for Windows desktop automation", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "lint": "eslint src/**/*.ts", "test": "jest" }, "keywords": [ "mcp", "windows", "automation", "autoit" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "node-autoit-koffi": "^1.0.5", "ws": "^8.18.1" }, "devDependencies": { "@types/express": "^4.17.17", "@types/node": "^18.15.11", "@types/ws": "^8.18.0", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.38.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }