8000 Releases · trycua/cua · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: trycua/cua

cua-mcp-server v0.1.11

28 May 03:47
Compare
Choose a tag to compare

cua-mcp-server v0.1.11

MCP Server for the Computer-Use Agent (CUA)

This package provides MCP (Model Context Protocol) integration for CUA agents, allowing them to be used with Claude Desktop, Cursor, and other MCP clients.

Dependencies

  • cua-computer: latest
  • cua-agent: latest

Usage

# Run the MCP server directly
cua-mcp-server

Claude Desktop Integration

Add to your Claude Desktop configuration (~/.config/claude-desktop/claude_desktop_config.json or OS-specific location):

"mcpServers": {
  "cua-agent": {
    "command": "cua-mcp-server",
    "args": [],
    "env": {
      "CUA_AGENT_LOOP": "OMNI",
      "CUA_MODEL_PROVIDER": "ANTHROPIC",
      "CUA_MODEL_NAME": "claude-3-opus-20240229",
      "ANTHROPIC_API_KEY": "your-api-key",
      "PYTHONIOENCODING": "utf-8"
    }
  }
}

Installation

pip install cua-mcp-server==0.1.11

cua-mcp-server v0.1.10

28 May 03:25
Compare
Choose a tag to compare

cua-mcp-server v0.1.10

MCP Server for the Computer-Use Agent (CUA)

This package provides MCP (Model Context Protocol) integration for CUA agents, allowing them to be used with Claude Desktop, Cursor, and other MCP clients.

Dependencies

  • cua-computer: latest
  • cua-agent: latest

Usage

# Run the MCP server directly
cua-mcp-server

Claude Desktop Integration

Add to your Claude Desktop configuration (~/.config/claude-desktop/claude_desktop_config.json or OS-specific location):

"mcpServers": {
  "cua-agent": {
    "command": "cua-mcp-server",
    "args": [],
    "env": {
      "CUA_AGENT_LOOP": "OMNI",
      "CUA_MODEL_PROVIDER": "ANTHROPIC",
      "CUA_MODEL_NAME": "claude-3-opus-20240229",
      "ANTHROPIC_API_KEY": "your-api-key",
      "PYTHONIOENCODING": "utf-8"
    }
  }
}

Installation

pip install cua-mcp-server==0.1.10

cua-computer v0.2.7

28 May 23:45
5cba4a0
Compare
Choose a tag to compare

cua-computer v0.2.7

Computer control library for the Computer Universal Automation (CUA) project

Dependencies

  • pylume: latest

Installation

pip install cua-computer==0.2.7

cua-computer v0.2.6

28 May 15:05
6a17e45
Compare
Choose a tag to compare

cua-computer v0.2.6

Computer control library for the Computer Universal Automation (CUA) project

Dependencies

  • pylume: latest

Installation

pip install cua-computer==0.2.6

cua-computer v0.2.5

28 May 04:03
Compare
Choose a tag to compare

cua-computer v0.2.5

Computer control library for the Computer Universal Automation (CUA) project

Dependencies

  • pylume: latest

Installation

pip install cua-computer==0.2.5

cua-computer v0.2.4

28 May 03:47
Compare
Choose a tag to compare

cua-computer v0.2.4

Computer control library for the Computer Universal Automation (CUA) project

Dependencies

  • pylume: latest

Installation

pip install cua-computer==0.2.4

cua-computer v0.2.3

28 May 03:24
Compare
Choose a tag to compare

cua-computer v0.2.3

Computer control library for the Computer Universal Automation (CUA) project

Dependencies

  • pylume: latest

Installation

pip install cua-computer==0.2.3

cua-computer-server v0.1.9

28 May 04:03
Compare
Choose a tag to compare

cua-computer-server v0.1.9

Computer Server for the Computer Universal Automation (CUA) project

A FastAPI-based server implementation for computer control.

Dependencies

  • cua-computer: latest

Usage

# Run the server
cua-computer-server

Installation

pip install cua-computer-server==0.1.9

cua-computer-server v0.1.8

28 May 03:47
Compare
Choose a tag to compare

cua-computer-server v0.1.8

Computer Server for the Computer Universal Automation (CUA) project

A FastAPI-based server implementation for computer control.

Dependencies

  • cua-computer: latest

Usage

# Run the server
cua-computer-server

Installation

pip install cua-computer-server==0.1.8

cua-computer-server v0.1.7

28 May 03:24
Compare
Choose a tag to compare

cua-computer-server v0.1.7

Computer Server for the Computer Universal Automation (CUA) project

A FastAPI-based server implementation for computer control.

Dependencies

  • cua-computer: latest

Usage

# Run the server
cua-computer-server

Installation

pip install cua-computer-server==0.1.7
0