computer-use-cli

Max19970/computer-use-cli
★ 0 stars Python Code/Dev Tools Updated today
Local Windows computer-use CLI and MCP server for screenshots, mouse, keyboard, window control, UI Automation, and vision-assisted agent workflows.
View on GitHub → Try with Claude — $10 free →

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-cli": {
      "command": "uvx",
      "args": [
        "computer-use-cli"
      ]
    }
  }
}

Or install with pip: pip install computer-use-cli

README Excerpt

Local Windows-oriented computer-use toolkit for screenshots, desktop state observation, mouse/keyboard automation, UI Automation, vision helpers, safety policies, and a private ChatGPT MCP bridge. The package is JSON-first: commands return machine-readable JSON, and the agent flow is meant to be `observe -> decide -> act -> observe again` rather than blind multi-step automation.