MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
86
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Enabling AI agents to perform computer tasks across macOS, Linux, and Windows
you:Integrating Computer Use functionality into LLM applications like Codex and Claude
you:Automating GUI-based workflows for testing and UI interaction
you:What operating systems are supported?
you:How does this compare to Codex Computer Use?

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 README
  • list_apps

    List all running applications

  • get_app_state

    Get the state of a specific application

  • press_key

    Press 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

codex-computer-usebrowser-usepyautoguiplaywright

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.