06-reference

xcodebuildmcp

2026-04-04·tool·source: https://x.com/hunterhammonds/status/2008500813212381507·by Hunter Hammonds (tweet), Sentry (tool)

Summary

XcodeBuildMCP is an open-source MCP server and CLI by Sentry that gives AI agents full control over Xcode workflows: build, run, test, debug (LLDB), deploy to simulator and physical devices, plus UI automation and screenshot capture. The mental model: Playwright for iOS/macOS development -- it closes the loop between code generation and verification by letting an agent make changes, build, screenshot the result, self-critique, and iterate autonomously.

Key capabilities:

MIT licensed. Works with Claude Code. Website: xcodebuildmcp.com.

For [[01-projects/squarely-puzzles/index]], this is a direct capability unlock. The current iOS development workflow for Squarely Puzzles could shift from "Claude writes code, Ray builds and screenshots manually" to a fully autonomous build-test-iterate loop. Combined with [[01-projects/squarely-puzzles/growth-strategy]], faster iteration cycles mean faster experimentation on UI changes, onboarding flows, and visual polish.

This is a concrete instance of [[06-reference/concepts/skills-as-building-blocks]] -- MCP servers as composable capabilities that compound. XcodeBuildMCP alone is useful; XcodeBuildMCP + Claude Code + a design system creates an autonomous iOS development agent.

Open Questions