xcode
Installation
SKILL.md
Xcode Development Skill
This skill provides guidance for using xc-mcp tools efficiently based on the task at hand. It routes operations to the appropriate MCP server or native CLI to minimize token overhead.
Server Architecture
The xc-mcp toolset is split into focused servers for token efficiency:
| Server | Tools | Token Overhead | Use Case |
|---|---|---|---|
| xc-project | 23 | ~5K | .xcodeproj file manipulation |
| xc-simulator | 29 | ~6K | iOS Simulator, UI automation, sim logs |
| xc-device | 12 | ~2K | Physical iOS devices |
| xc-debug | 8 | ~2K | LLDB debugging |
| xc-swift | 6 | ~1.5K | Swift Package Manager |
| xc-build | 18 | ~3K | macOS builds, discovery, utilities |
| xc-mcp | 89 | ~50K | All tools (monolithic) |