#147 · Primary category: AI Coding Assistants
XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Project last updated:08/12/26
GitHub Stars
6.3K
Forks
314
Contributors
49
License
MIT
Why we included this project
Teams whose AI coding agents work on iOS or macOS projects often hit the gap between reading code and actually building and running it. XcodeBuildMCP closes that gap by exposing the Xcode build system to agents as structured tools: a model can compile for the simulator, prepare and run portable test products, and pull log output without you hand-typing long xcodebuild invocations or pasting opaque error dumps back into the chat. It ships in two forms, an MCP server that slots into Cursor, Claude Code, or Codex via small config snippets, and a plain CLI for terminal use, so you can keep the workflow you already live in. Optional agent skills prime a model on how to drive the tools, and a stateful daemon holds build and debug state across operations, which makes results noticeably less flaky than pointing an agent at raw command output. For teams that want agents to close the loop on their own Xcode builds and tests, it's a focused, pragmatic bridge rather than a general-purpose framework.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.