Local HTTP server for screen capture, mouse control, and keyboard input on Windows. Let Claude see your screen and operate your computer.
$0 -- open source
$19 -- one-time payment
| Method | Endpoint | Description | Tier |
|---|---|---|---|
| GET | /ping | Health check | Free |
| GET | /screenshot | JPEG screen capture | Free |
| GET | /latest | Latest buffered frame | Free |
| GET | /view | Live HTML viewer | Free |
| GET | /find | OCR text search | Free |
| POST | /move | Relative mouse move | Free |
| POST | /click | Mouse click | Free |
| POST | /key | Keypress with modifiers | Free |
| POST | /type_text | Type unicode text | Free |
| POST | /scroll | Scroll wheel | Free |
| POST | /click_at | Move + click in one call | Pro |
| POST | /click_and_wait | Click + wait for change | Pro |
| POST | /type_and_enter | Type + press Enter | Pro |
| POST | /batch | Execute action sequence | Pro |
| POST | /smooth_move | Smooth mouse movement | Pro |
| GET | /ui/windows | List all windows | Pro |
| GET | /ui/find | Search UI elements | Pro |
| POST | /ui/click_element | Find + click by name | Pro |