MCP.so
ログイン
C

Cua Agent

@trycua

Cua Agent について

概要はまだありません

基本情報

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "cua-agent": {
      "command": "/bin/bash",
      "args": [
        "/Users/francescobonacci/.cua/start_mcp_server.sh"
      ],
      "env": {
        "CUA_AGENT_LOOP": "OMNI",
        "CUA_MODEL_PROVIDER": "ANTHROPIC",
        "CUA_MODEL_NAME": "claude-3-7-sonnet-20250219",
        "ANTHROPIC_API_KEY": "your-api-key"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Cua Agent?

Cua Agent is an open‑source framework that combines high‑performance virtualization with AI agent capabilities, enabling secure, isolated environments for AI systems to interact with desktop applications. It offers a computer‑use interface for AI observation and control, running macOS or Linux virtual machines on Apple Silicon with near‑native performance.

How to use Cua Agent?

Install the Lume CLI via the provided install script, then install the Python libraries with pip install cua-computer cua-agent[all]. Use the library in Python code by creating a Computer and ComputerAgent, then calling agent.run(tasks). An optional Gradio UI is available for interactive use.

Key features of Cua Agent

  • High‑performance virtualization on Apple Silicon (up to 90% native speed)
  • Computer‑Use Interface for AI to observe and control desktop apps
  • Fully isolated virtual environments for security
  • Run macOS or Linux as guest operating systems
  • Built‑in support for OpenAI and Anthropic LLM providers

Use cases of Cua Agent

  • Run AI agents in isolated VMs instead of the host system
  • Automate multi‑application workflows (browser, VS Code, terminal)
  • Fix GitHub issues using an AI agent with desktop access
  • Create reproducible, deterministic environments for agent development
  • Develop and test agentic workflows in dedicated sandboxes

FAQ from Cua Agent

What is Cua Agent?

Cua (pronounced “koo‑ah”, short for Computer‑Use Agent) is an open‑source framework that provides high‑performance virtualization and a computer‑use interface for AI systems to securely interact with desktop applications.

What are the system requirements?

A Mac with Apple Silicon (M1/M2/M3/M4 series), macOS 14 (Sonoma) or newer, Python 3.10+, and at least 40 GB of disk space for VM images.

How do I install Cua Agent?

For full capabilities, install the Lume CLI using the script in the README and then run pip install cua-computer cua-agent[all]. Optionally, use the Gradio UI by running the provided Python code snippet.

Which LLM providers are supported?

The agent framework supports OpenAI and Anthropic providers (examples use LLMProvider.OPENAI and LLMProvider.ANTHROPIC).

Where can I get help or contribute?

Join the Cua Discord community for assistance and to share demos. Contributions are welcome via the Contributing Guidelines.

コメント

「AI とエージェント」の他のコンテンツ