cua (MCP Server)

GitHub

Scale computer-use 2.0 with open-source drivers, cross-OS fleets, and benchmarks for training, evaluation, and data generation.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cua": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cua"
      ]
    }
  }
}