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.
Continue with Connect your agent to Cua Driver for permission modes, the computer-use compatibility profile, and local-model setup.
Claude Code checks its work in a Windows app
The agent builds a WPF app, operates it through Cua Driver, patches the code, and checks it again.
Upstream: Claude Code MCP documentation.