Stats
Actions
Tags
From Build Swift Apps
Runs Apple Xcode command-line tools locally via 'xcrun mcpbridge', enabling access to Xcode project management, build operations, and iOS/macOS development tasks.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xcode": {
"command": "xcrun",
"args": [
"mcpbridge"
]
}
}
}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
xcrunCommand-line arguments passed to the server process
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-apps