package.json•820 B
{
"name": "mcp-desktop-automation",
"version": "0.1.6",
"description": "Model Context Protocol server for desktop automation",
"main": "server.js",
"bin": "./server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"automation",
"robot",
"desktop",
"screenshot",
"robotjs"
],
"author": "Adriano Bonat <adrianob@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tanob/mcp-desktop-automation.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"axios": "^1.6.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"robotjs": "^0.6.0",
"screenshot-desktop": "^1.15.0",
"ws": "^8.14.2",
"zod": "^3.24.2"
}
}