computer-use-cc-plugin

Kura-etnPL/computer-use-cc-plugin
★ 0 stars Python Code/Dev Tools Updated today
Claude Code plugin for real Windows desktop automation (computer use): screenshots, mouse, keyboard, drag, scroll. Bundles an MCP server exposing 11 tools.
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": {
    "computer-use-cc-plug": {
      "command": "uvx",
      "args": [
        "computer-use-cc-plugin"
      ]
    }
  }
}

Or install with pip: pip install computer-use-cc-plugin

README Excerpt

Control the real Windows desktop through Claude Code with screenshots, mouse, keyboard, drag, scroll, and other computer-use primitives. The plugin provides: - a screenshot → vision → action loop - MCP tools for `screenshot`, `cursor_position`, `mouse_move`, `click`, `mouse_down`, `mouse_up`, `drag`, `scroll`, `type_text`, `key_press`, and `wait`

Tools (1)

wait