screen-vision

avicuna/screen-vision
★ 0 stars Python AI/LLM Updated 1d ago
MCP server that gives Claude Code the ability to see your screen
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": {
    "screen-vision": {
      "command": "uvx",
      "args": [
        "screen-vision"
      ]
    }
  }
}

Or install with pip: pip install screen-vision