Stats
Actions
Tags
From Build Swift Apps
Runs locally to manage Xcode build workflows, enabling automated builds and deployment tasks via configurable workflows.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp@latest",
"mcp"
],
"env": {
"XCODEBUILDMCP_ENABLED_WORKFLOWS": "simulator,ui-automation,debugging,logging"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
XCODEBUILDMCP_ENABLED_WORKFLOWS=simulator,ui-automation,debugging,loggingDeclared capabilities of this MCP server
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-apps