open-computer-use
活跃·★ 83·MIT·更新于 2026-05-29
★ 时下流行★ RAG / 知识库★ 大模型基础设施
一个自托管、开源、可插入任何模型的MCP服务器,为LLM提供完整的Docker工作区。
Open Computer Use 是一个 MCP 服务器,为任何 LLM 提供配备齐全的 Ubuntu 沙箱(隔离 Docker 容器)。它支持代码执行、文档创建、网页浏览和自主子代理。可与任何兼容 MCP 的客户端配合使用。
#智能体#Claude Code#computer-use#大语言模型#MCP 服务器#MCP 服务器#openwebui#skills
01
功能特性
01自托管且开源
02支持任何LLM(兼容OpenAI)
03隔离Linux沙箱中的代码执行
04实时浏览器流式传输(CDP)
05自主子代理(Claude Code)
02
兼容性
Open WebUI
主要
已通过文档验证
Claude Desktop
桌面端
已通过文档验证
n8n
工作流
已通过文档验证
LiteLLM
代理
已通过文档验证
Custom Client
任意客户端
已通过文档验证
03
快速开始
1
$ git clone https://github.com/Yambr/open-computer-use.git
2
$ cd open-computer-use
3
$ cp .env.example .env
4
$ docker compose up --build
04
使用场景
↳自动化网页测试与抓取
↳文档协同创作
↳测试驱动开发工作流
05
同类工具
相关搜索
评论
登录后发表评论
- LLogan Lewis2026年4月30日
Used for automated UI testing workflows where a real browser environment is required
- SSpencer Patel2026年4月9日
Managed Docker workspaces per LLM session is the right safety model for computer use
- OOakley Nguyen2026年3月23日
The isolation guarantees make it deployable in production without security concerns