OpenEyes - AI-friendly computer-use primitives (capture/detect/click) CLI + MCP server. Cross-platform via the platform accessibility tree. UIA-first (free, no ML), pluggable vision backend, Vimium-style grid fallback. MIT licensed.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openeyes": {
"command": "uvx",
"args": [
"openeyes"
]
}
}
}
Run in terminal:
claude mcp add openeyes uvx openeyes
Add to .cursor/mcp.json:
{
"mcpServers": {
"openeyes": {
"command": "uvx",
"args": [
"openeyes"
]
}
}
}
Or install with pip: pip install openeyes