/install open-computer-use
Open Computer Use
Overview
Open Computer Use is an open-source Computer Use service exposed through MCP. It lets compatible AI agents operate local desktop apps on macOS, Linux, and Windows through tools such as list_apps, get_app_state, click, type_text, press_key, scroll, drag, and set_value.
Use this skill when a user wants to install, configure, verify, troubleshoot, or operate Open Computer Use from an agent runtime such as Codex, Claude Code, Gemini CLI, opencode, or another MCP client.
Install
Install the CLI:
npm i -g open-computer-use
On macOS, run it once and grant Accessibility and Screen Recording permissions:
open-computer-use
Windows and Linux do not require the macOS permission step.
MCP Setup
Install into Codex:
open-computer-use install-codex-mcp
Or configure any MCP client manually:
{
"mcpServers": {
"open-computer-use": {
"command": "open-computer-use",
"args": ["mcp"]
}
}
}
Other Agent Integrations
Open Computer Use also includes installer commands for common agent runtimes:
open-computer-use install-codex-plugin
open-computer-use install-claude-mcp
open-computer-use install-gemini-mcp
open-computer-use install-opencode-mcp
Direct CLI Calls
Use the CLI to call one tool:
open-computer-use call list_apps
open-computer-use call get_app_state --args '{"app":"TextEdit"}'
Run a sequence in one process so element indexes can be reused:
open-computer-use call --calls '[{"tool":"get_app_state","args":{"app":"TextEdit"}},{"tool":"press_key","args":{"app":"TextEdit","key":"Return"}}]'
Check setup and permissions:
open-computer-use doctor
Operating Rules
- Treat Computer Use as control over the user's real desktop session.
- Ask before actions that send messages, submit forms, delete data, install software, change system settings, make purchases, or expose sensitive local information.
- Prefer accessibility element indexes from
get_app_stateover coordinate clicks when available. - Re-read app state after important actions before continuing.
- On macOS, if tools fail due to permissions, ask the user to grant Accessibility and Screen Recording for the Open Computer Use app or runtime process.
Project Links
- Repository: https://github.com/iFurySt/open-codex-computer-use
- npm package: https://www.npmjs.com/package/open-computer-use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install open-computer-use - After installation, invoke the skill by name or use
/open-computer-use - Provide required inputs per the skill's parameter spec and get structured output
What is Open Computer Use?
Guidance for installing, configuring, and operating Open Computer Use, an open-source Computer Use MCP service for macOS, Linux, and Windows. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.
How do I install Open Computer Use?
Run "/install open-computer-use" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Open Computer Use free?
Yes, Open Computer Use is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Open Computer Use support?
Open Computer Use is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Open Computer Use?
It is built and maintained by Leo (@ifuryst); the current version is v0.1.0.