zcode-computer-use

void-shell/zcode-computer-use
★ 0 stars Go AI/LLM Updated 1d ago
Computer control for AI coding agents — screenshots + accessibility tree in one stdlib-only file. MCP server for ZCode, Claude Code, and any MCP host.
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": {
    "zcode-computer-use": {
      "command": "go",
      "args": [
        "run",
        "github.com/void-shell/zcode-computer-use@latest"
      ]
    }
  }
}

README Excerpt

macOS computer control for ZCode (or any MCP client) — a single static Go binary that gives an agent eyes and hands on native apps: per-window screenshots, an indexed accessibility tree with diff markers, element-first actions with screenshot-pixel fallback, menu-bar driving, condition waiting, OCR fallback via Apple Vision, window management, explicit clipboard access,

Tools (1)

mcpServers