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.
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.
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.
Related
- Introduction, what XcodeBuildMCP is for
- Setup, get your own agent running in 5 minutes
- Tools Reference, every tool the agent has access to