Windows Control
JSON →Programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture using nut.js.
Install
npm install -g mcp-control Tools · 7
- mouse_move Move the mouse cursor to specified coordinates
- mouse_click Perform a mouse click at the current cursor position
- keyboard_type Type text using the keyboard
- keyboard_hotkey Execute keyboard shortcuts or hotkey combinations
- window_manage Manage windows (move, resize, focus, minimize, maximize, close)
- screen_capture Capture the screen for analysis
- clipboard_operations Perform clipboard operations (copy, paste, get text)
Links
★ 319 GitHub stars