What's new
- Standalone exe — No Python required. Download, extract, run
eyehands.exe. - Python SDK split — Client, MCP server, and OpenAI tools published separately as
eyehands-sdkon PyPI. - Browser extension — Full-res screenshots for any agent via Chrome, Firefox, or Opera. Open
http://localhost:7331/ext/setupto install. - Universal agent API — MCP server, OpenAI function calling adapters, OpenAPI spec. Works with Claude Code, GPT, Cursor, local LLMs, or any HTTP client.
- Proprietary license — 7-day free trial, all features included. $49 one-time after trial.
- PowerShell updater —
POST /updatedownloads the latest zip, verifies SHA-256, swaps the install, and relaunches. - Security hardening — Bearer token auth, Host header validation, input sanitization, OCR lock safety.
Install
- Download
eyehands-v1.7.0-win64.zipbelow - Extract to a folder (e.g.
C:\eyehands\) - Run
eyehands.exe
Server starts on http://localhost:7331. The auth token is printed at startup and saved to .eyehands-token in %APPDATA%\eyehands\.
Browser extension (recommended)
For best screenshot quality, open http://localhost:7331/ext/setup in your browser after starting the server. The extension captures your screen at full resolution through the browser.
Python SDK
pip install eyehands-sdk # HTTP client
pip install "eyehands-sdk[mcp]" # + MCP server