Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-devCopy 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
Share bugs, ideas, or general feedback.