xcodebuild
π Build iOS Xcode workspace/project and feed back errors to llm.
Quick Start
Clone the repository:
git clone https://github.com/ShenghaiWang/xcodebuildClaude Desktop configuration example:
{
"mcpServers": {
"xcodebuild": {
"command": "npx",
"args": [
"-y",
"xcodebuild"
]
}
}
}Check the repository README for specific installation and configuration instructions.