Desktop Automation
Enables desktop automation with RobotJS for screen capture, keyboard input, and mouse control, allowing direct interaction with desktop applications without manual intervention.
10 stars
0 tools
Created Aug 2025
@tanob/tanob-desktop-automation-desktop-automationAbout
Enables desktop automation with RobotJS for screen capture, keyboard input, and mouse control, allowing direct interaction with desktop applications without manual intervention.
Categories
general
Installation
npm
npm install @tanob/tanob-desktop-automation-desktop-automation
Configuration
{
"mcpServers": {
"tanob-desktop-automation-desktop-automation": {
"command": "npx",
"args": [
"-y",
"@tanob/tanob-desktop-automation-desktop-automation"
]
}
}
}