Model Context Protocol server for desktop automation
| Tool name | Description | Destructive? |
|---|---|---|
| get_screen_size | ✓ no | |
| screen_capture | ✓ no | |
| keyboard_press | ✓ no | |
| keyboard_type | ✓ no | |
| mouse_click | ✓ no |
| mouse_move | ✓ no |
{
"mcpServers": {
"mcp-desktop-automation": {
"command": "npx",
"args": [
"-y",
"mcp-desktop-automation"
]
}
}
}