open-codex-computer-use
by iFurySt·★ 801·Score 52
Open-source MCP server for Computer Use on macOS, Linux, and Windows, inspired by Codex Computer Use.
Overview
open-computer-use is an open-source Computer Use service wrapped as MCP that allows AI agents to interact with computer interfaces across multiple operating systems. It was inspired by OpenAI's Codex Computer Use and implements non-intrusive computer access through Accessibility APIs on macOS, with similar functionality on Linux and Windows. The project provides comprehensive documentation for integration with multiple clients including Codex, Claude Code, Gemini CLI, and opencode.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need cross-platform computer automation capabilities for your AI agent and prefer an open-source solution over OpenAI's Codex Computer Use.
When NOT to choose this
Not suitable for Windows and Linux users requiring advanced accessibility features, as the project's primary focus and optimization is for macOS.
Tools this server exposes
3 tools extracted from the READMElist_appsList all running applications
get_app_stateGet the state of a specific application
press_keyPress a key in a specific application
Note: Inferred tool names from CLI examples in the README, as there's no explicit 'Tools' section. Tools are mentioned in the context of the 'call' command.
Comparable tools
Installation
# Install globally
npm i -g open-computer-use
# Run the MCP server
open-computer-use
# Install into Claude Desktop (add to ~/.config/claude-desktop/config.json)
{
"mcpServers": {
"open-computer-use": {
"command": "open-computer-use",
"args": ["mcp"]
}
}
}FAQ
- What operating systems are supported?
- open-computer-use supports macOS, Linux, and Windows, though macOS requires Accessibility permissions for full functionality.
- How does this compare to Codex Computer Use?
- This is an open-source alternative that implements similar functionality, providing computer control through MCP protocol without requiring OpenAI's services.
Compare open-codex-computer-use with
Last updated · Auto-generated from public README + GitHub signals.