condor-eye

CondorCommodore/condor-eye
★ 0 stars Rust 🤖 AI/LLM Updated 1d ago
Give your AI agent eyes. Tauri 2 screen capture overlay with HTTP API and MCP server for Claude Code integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "condor-eye": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "condor-eye"
      ]
    }
  }
}

README Excerpt

**Give your AI agents the ability to see what's on screen.** Condor Eye is a lightweight, transparent overlay app that captures screen regions and sends them to the Anthropic API for visual analysis. It exposes an HTTP API and an MCP server so Claude Code (or any agent) can take screenshots, describe UI content, locate windows, and annotate with a drawing pen — all programmatically.

Tools (9)

ANTHROPIC_API_KEYCLAUDE_MODELCONDOR_EYE_BINDCONDOR_EYE_PORTREDIS_URLcondor_eye_capturecondor_eye_locatecondor_eye_statuscondor_eye_windows

Topics

ai-agentclaude-codemcprustscreen-capturetauriwebview2