open-computer-use
Active·★ 83·MIT·Updated 2026-05-29
★ Trending★ RAG / Knowledge Base★ LLM Infra
MCP server that gives any LLM its own computer — managed Docker workspaces with live browser, terminal, code execution, document skills, and autonomous sub-agents. Self-hosted, open-source, pluggable into any model.
Open Computer Use is an MCP server that gives any LLM a fully-equipped Ubuntu sandbox with isolated Docker containers. It supports code execution, document creation, web browsing, and autonomous sub-agents. It works with any MCP-compatible client.
#agents#claude-code#computer-use#llm#mcp-server#mcp-servers#openwebui#skills
01
Features
01Self-hosted and open-source
02Any LLM support (OpenAI-compatible)
03Code execution in isolated Linux sandbox
04Live browser streaming with CDP
05Autonomous sub-agents (Claude Code)
02
Compatibility
Open WebUI
Primary
Verified via docs
Claude Desktop
Desktop
Verified via docs
n8n
Workflow
Verified via docs
LiteLLM
Proxy
Verified via docs
Custom Client
Any
Verified via docs
03
Quick start
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
Use cases
↳Automated web testing and scraping
↳Document co-authoring and creation
↳Test-driven development workflow
05
Alternatives
CopilotKit★ 31.8k
React UI + elegant infrastructure for AI Copilots, AI chatbots, and in-app AI agents. The Agentic Frontend.
mcp-chrome★ 11.8k
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search.
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
Related searches
Comments
Log in to leave a comment
- LLogan LewisApr 30, 2026
Used for automated UI testing workflows where a real browser environment is required
- SSpencer PatelApr 9, 2026
Managed Docker workspaces per LLM session is the right safety model for computer use
- OOakley NguyenMar 23, 2026
The isolation guarantees make it deployable in production without security concerns