.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ifuryst/open-codex-computer-use
home/mcp-servers/ifuryst/open-codex-computer-use
ifuryst avatar

open-codex-computer-use

byifuryst· 2 MCP servers

Stars

1.5k

Forks

145

Category

Browser & Automation

View on GitHub

TL;DR

> [!TIP] > Interested in Browser Use? Check out open-browser-use.

How to install open-codex-computer-use?

ifuryst/open-codex-computer-use
$git clone https://github.com/ifuryst/open-codex-computer-use

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install open-codex-computer-use by running `git clone https://github.com/ifuryst/open-codex-computer-use`, then use it for the current task and follow its documentation at https://github.com/ifuryst/open-codex-computer-use.

Files · 1

View on GitHub
README.md
1# open-computer-use
2 
3[![English](https://img.shields.io/badge/English-Click-yellow)](./README.md)
4[![简体中文](https://img.shields.io/badge/简体中文-点击查看-orange)](./README.zh-CN.md)
5[![Release](https://img.shields.io/github/v/release/iFurySt/open-codex-computer-use)](https://github.com/iFurySt/open-codex-computer-use/releases)
6[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/iFurySt/open-codex-computer-use)
7<a href="https://llmapis.com?source=https%3A%2F%2Fgithub.com%2FiFurySt%2Fopen-codex-computer-use" target="_blank"><img src="https://llmapis.com/api/badge/iFurySt/open-codex-computer-use" alt="LLMAPIS" width="20" /></a>
8 
9> [!TIP]
10> Interested in Browser Use? Check out [open-browser-use](https://github.com/iFurySt/open-codex-browser-use).
11 
12---
13 
14`open-computer-use` is an open-source `Computer Use` service wrapped as `MCP`. Any AI agent or MCP client can use it to run Computer Use on macOS, Linux, and Windows.
15 
16This project was inspired by OpenAI's [Codex Computer Use](https://openai.com/index/codex-for-almost-everything/). It showed that non-intrusive CUA can be built on top of Accessibility, so I decided to build an open-source version.
17 
18I started this repo with my [harness template](https://github.com/iFurySt/harness-template), a template for quickly spinning up AI-first projects. It has been one of our most useful workflows lately, especially for nearly 100% AI-generated projects. I also wrote [a post](https://www.ifuryst.com/blog/2026/speedrunning-the-ai-era/) about the methodology behind it.
19 
20## Demos
21 
22### Codex App and Codex CLI
23 
24[![Open Computer Use custom demo cover](./docs/generated/readme-assets/open-computer-use-demo-cover.png)](https://youtu.be/2s6aVpGiwaQ)
25 
26<sub><em>`open-computer-use` used as Computer Use in Codex App and Codex CLI, matching the official experience.</em></sub>
27 
28### Gemini CLI
29 
30https://github.com/user-attachments/assets/eacb3b15-f939-46c7-b3b3-6f876977a58d
31 
32<sub><em>Gemini CLI connects to `open-computer-use` through MCP and runs full Computer Use actions.</em></sub>
33 
34### Linux
35 
36https://github.com/user-attachments/assets/e036b1c8-2200-4896-abd4-19225915cf66
37 
38<sub><em>`open-computer-use` running on Linux.</em></sub>
39 
40## Quick Start
41 
42```bash
43npm i -g open-computer-use
44```
45 
46The npm package also exposes `ocu` as the short CLI alias.
47 
48> [!IMPORTANT]
49> The macOS runtime requires macOS 14.0 or later.
50 
51**On macOS, run it once and grant `Accessibility` and `Screen Recording`. Windows and Linux do not need this step.**
52 
53```bash
54open-computer-use
55# or
56ocu
57```
58 
59Before using it, install it into your agent:
60 
61```bash
62# Install into Codex by writing to ~/.codex/config.toml
63open-computer-use install-codex-mcp
64```
65 
66Or add it to your own client manually:
67 
68```json
69{
70 "mcpServers": {
71 "open-computer-use": {
72 "command": "open-computer-use",
73 "args": ["mcp"]
74 }
75 }
76}
77```
78 
79### Skill
80 
81Install the skill directly:
82 
83```bash
84# Install for Codex
85npx skills add iFurySt/open-codex-computer-use -g -a codex --skill open-computer-use -y
86npx skills ls -g -a codex | rg 'open-computer-use'
87```
88 
89Install for Claude Code:
90 
91```bash
92npx skills add iFurySt/open-codex-computer-use -g -a claude-code --skill open-computer-use -y
93```
94 
95Update an existing global install, including the Codex install created above:
96 
97```bash
98npx skills update open-computer-use -g -y
99```
100 
101You can also manually download and install the
102[`open-computer-use` skill](./skills/open-computer-use).
103 
104## More
105 
106Besides the MCP JSON config above, you can also use the built-in commands:
107 
108```bash
109# Install into Codex by writing to ~/.codex/config.toml
110open-computer-use install-codex-mcp
111ocu install-codex-mcp
112 
113# Install as a Codex plugin, mainly for Codex App
114open-computer-use install-codex-plugin
115 
116# Install into Claude Code by writing to ~/.claude.json
117open-computer-use install-claude-mcp
118 
119# Install into Gemini CLI for the current project by writing to ./.gemini/settings.json
120open-computer-use install-gemini-mcp
121 
122# Install into Gemini CLI user config

Preview

ifuryst/open-codex-computer-useifuryst/open-codex-computer-use

# open-computer-use

[![English](https://img.shields.io/badge/English-Click-yellow)](./README.md)

[![简体中文](https://img.shields.io/badge/简体中文-点击查看-orange)](./README.zh-CN.md)

[![Release](https://img.shields.io/github/v/release/iFurySt/open-codex-computer-use)](https://github.com/iFurySt/open-codex-computer-use/releases)

Repoifuryst/open-codex-computer-use
TypeMCP Servers
CategoryBrowser & Automation
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaccessibilityai-agent

Related

6 picks
Type
  1. microsoft avatarplaywright-mcpPlaywright Tools for MCPMCP ServersJul 202626M36k
  2. cloudflare avatarplaywright-mcpPlaywright Tools for MCPMCP ServersApr 202626M250
  3. microsoft avatarPlaywright MCPBrowser automation for agents via accessibility snapshotsMCP Servers6 days ago25M35k
  4. d4vinci avatarscraplingWeb scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.MCP ServersJul 2026930k72k
  5. firecrawl avatarfirecrawl-mcp-serverMCP server for Firecrawl — search, scrape, and interact with the web.MCP ServersJul 2026480k7.1k
  6. nickclyde avatarduckduckgo-mcp-serverMCP Server for searching via DuckDuckGoMCP ServersJul 2026121k1.4k