Skip to main content
Developer ToolsUnknown

xcodebuild

🍎 Build iOS Xcode workspace/project and feed back errors to llm.

developer-toolsmacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/ShenghaiWang/xcodebuild

Claude Desktop configuration example:

{
  "mcpServers": {
    "xcodebuild": {
      "command": "npx",
      "args": [
        "-y",
        "xcodebuild"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Unknown
Author
ShenghaiWang