artemnovichkov/xcode-tools-docs

62 stars · Last commit 2026-08-27

Missing Xcode Tools Documentation

README preview

# Xcode Tools Documentation

A reference for the Xcode MCP Server aka Xcode Tools — the tools that let an AI assistant drive Xcode: browse and edit the project, build, run, test, render previews, and more.

> Reflects **Xcode 27 beta 6** (27A5252f). 🆕 marks anything that doesn't exist in the current release, **Xcode 26.5** — see [What's new in Xcode 27](#whats-new-in-xcode-27).

<p align="center">
  <img src=".github/screenshot.png" width="60%"/>
</p>

**Start here:** [Quick start](#quick-start) → [Tools at a glance](#tools-at-a-glance) → [Recipes](#recipes). Then use the [tool reference](#tool-reference) as a lookup, and the [deep dives](#deep-dives) when you need internals.

## Quick start

**1. Have Xcode 27 running with an open workspace** — or turn on [headless mode](#headless-mode-), which needs no window.

**2. Register the server** with your coding tool. `xcrun mcpbridge` is the bridge into Xcode:

```bash
# Claude Code

View full repository on GitHub →