Stats
Actions
Tags
From swiftui-dev
Runs locally via stdio to execute xcodebuild commands for building, archiving, and deploying Xcode projects for iOS/macOS apps.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xcodebuild": {
"command": "uvx",
"args": [
"mcpxcodebuild"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub arustydev/agents --plugin swiftui-dev