From app
Runs locally as subprocess to provide xcodebuild tools for building, archiving, testing, and deploying Xcode projects (iOS/macOS apps). Supports deployment workflows.
npx claudepluginhub mintuz/claude-plugins --plugin appAdd to your .mcp.json:
{
"mcpServers": {
"XcodeBuildMCP": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp@latest"
]
}
}
}npxShare bugs, ideas, or general feedback.