openeyes

yangpeng366/openeyes
★ 0 stars Python AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}

Or install with pip: pip install openeyes

README Excerpt

> **AI-friendly computer-use primitives for Windows / macOS / Linux.** > Capture. Detect. Click. Let any LLM agent drive any desktop GUI. GitHub: <https://github.com/yangpeng366/openeyes> · 中文 · [English](#english) · [Quick start](#quick-start) · [Architecture](#architecture) · [Roadmap](#roadmap) · [License](#license)