Stats
Actions
Tags
From Build Swift Apps
Connects to Apple Xcode build systems, enabling project builds, testing, and deployment automation. Runs locally via npx.
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