From swiftui-dev
Runs locally via stdio to execute xcodebuild commands for building, archiving, and deploying Xcode projects for iOS/macOS apps.
npx claudepluginhub arustydev/agents --plugin swiftui-devAdd to your .mcp.json:
{
"mcpServers": {
"xcodebuild": {
"command": "uvx",
"args": [
"mcpxcodebuild"
]
}
}
}uvx