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 与智能体 分类下的更多 MCP 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
评论