XcodeBuildMCPdocs
Install

Demos

Short clips of XcodeBuildMCP in action, handling build errors, automating UI, and running full build-and-launch cycles from inside an MCP client.

Autonomously fixing build errors in Cursor#

An agent runs a build, reads the structured diagnostics, makes edits, rebuilds, and repeats until the project compiles, without human intervention.

Cursor agent iterating on build errors until the project compiles

UI automation and screen capture#

Tap, swipe, type, and capture screenshots from inside an agent session. The view hierarchy is returned with precise coordinates so the agent can target elements by label or id instead of guessing pixel positions.

UI automation driving a simulator with taps, swipes, and screenshot capture

Building and running iOS apps in Claude Desktop#

A single build_run_sim call compiles the scheme, boots the simulator, installs the app, launches it, and starts streaming logs, all in one structured tool invocation.