Skip to main content
Glama
RS-Nocsi

codex-cua-mcp

by RS-Nocsi

Codex CUA MCP

δΈ­ζ–‡η‰ˆ

πŸ’¬ LINUX DO Discussion

Wraps Codex's Computer Use capability as an MCP server, enabling AI agents to control Windows desktop applications.

Features

  • List and control Windows desktop applications

  • Capture screenshots and accessibility trees

  • Click, type, press keys, scroll, drag, and more

  • Launch apps and activate windows

  • Ready to use - exe bundled, no extra setup needed

Related MCP server: MCPControl

Quick Start

Hand the install doc to your AI agent β€” send this prompt:

Please clone the repository https://github.com/RS-Nocsi/codex-cua-mcp locally, read its INSTALL.md, and install this MCP server into your own MCP configuration by following it.

Your agent (Claude Code, Cursor, Windsurf, Cline, OpenCode, Gemini CLI, etc.) will clone the repo, check prerequisites, build the project, and register the server itself. Fully restart the agent afterwards.

Prefer manual setup? Follow INSTALL.md yourself.

How It Works

AI Agent (Claude Code, Cursor, etc.)
  ↓ MCP protocol (stdio)
MCP Server (codex-cua-mcp)
  ↓ JSON-RPC (stdin/stdout)
codex-computer-use.exe
  ↓ Windows APIs
Desktop Applications

The MCP server communicates with codex-computer-use.exe via JSON-RPC over stdin/stdout. The exe uses Windows APIs (SendInput, UI Automation, Windows.Graphics.Capture) to interact with desktop applications.

Dynamic agent name

The desktop overlay shows which agent is controlling the computer (e.g. "Claude Code is using your computer"). Please set the CUA_AGENT_NAME environment variable to your own display name in the registration β€” see INSTALL.md Step 4. Each agent has its own runtime config under config-runtime/; multiple agents can install this MCP simultaneously without conflict.

πŸ“– Want to understand the design in depth? Read the Architecture Deep Dive.

Available Tools

Tool

Description

list_windows

List all controllable windows

list_apps

List installed apps

get_window

Rehydrate a window object

launch_app

Launch an application

activate_window

Bring window to foreground

get_window_state

Screenshot + accessibility tree

click

Click

type_text

Type text

press_key

Press key

scroll

Scroll

drag

Drag

set_value

Set input field value

perform_secondary_action

Secondary action (right-click menu, etc.)

Disclaimer

The core capability comes from codex-computer-use.exe. Actual results depend on the AI agent and model used β€” no usability guarantee.

Requirements

  • Windows 10/11

  • Node.js 18+

License

MIT

Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RS-Nocsi/codex-cua-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server