Claude Code
Connect Claude Code to Cua Driver over MCP.
Claude Code can launch Cua Driver as a local stdio MCP server. Install Cua Driver first, then register the server:
claude mcp add --transport stdio cua-driver -- cua-driver mcp
claude mcp listFor an absolute-path command generated by the installed Cua Driver version, run:
cua-driver mcp-config --client claudeRestart Claude Code or open a fresh session after adding the server. On macOS, the Cua Driver app identity that owns the runtime needs Accessibility and Screen Recording permission.
Cua Driver 0.28.0 serves a release-matched skill through MCP resources. As of Claude Code 2.1.268, it can list and read those resources explicitly, but it does not add the remote skill to its native startup skill catalog. Install the filesystem skill when you want native Claude Code skill activation:
mkdir -p ~/.claude/skills
cua-driver skills install
cua-driver skills statusClaude Code's MCP permission policy remains separate from Cua Driver's permission mode. Both layers must allow a mutating desktop action.
Continue with Connect your agent to Cua Driver for permission modes, the computer-use compatibility profile, and local-model setup.
The agent builds a WPF app, operates it through Cua Driver, patches the code, and checks it again.
Upstream: Claude Code MCP documentation.