You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pack gives Claude Code full awareness of your iOS development environment — it can build, test, and run your app, manage simulators, and search Apple documentation, all without ever touching raw xcodebuild commands.
On session start, the pack detects your booted simulator and reports its UUID. During mcs configure, it auto-detects your .xcodeproj or .xcworkspace and generates the XcodeBuildMCP configuration.
What's Included
MCP Servers
Server
Description
XcodeBuildMCP
Build, test, run, and manage iOS simulators through Xcode
Sosumi
Apple developer documentation search
Skills
Skill
Description
xcodebuildmcp
Loads XcodeBuildMCP tool catalog and workflow guidance
Session Hooks
Hook
Event
What It Does
ios-simulator-status.sh
SessionStart
Detects booted iOS simulator and reports its name + UUID
Templates (CLAUDE.local.md)
Section
Instructions
ios
Use booted simulator by UUID, all builds via XcodeBuildMCP, never run xcrun/xcodebuild directly, prefer snapshot_ui over screenshot
xcodebuildmcp
XcodeBuildMCP project path and platform configuration
Configuration Script
Script
When
What It Does
configure-xcode.sh
mcs configure
Creates .xcodebuildmcp/config.yaml with enabled workflows, project path, and platform settings