From apple-app-dev
Runs locally on macOS via xcrun mcpbridge to provide access to Xcode command-line developer tools for iOS, macOS, and Apple platform tasks.
npx claudepluginhub kentanakae/claude-code-plugins --plugin apple-app-devAdd to your .mcp.json:
{
"mcpServers": {
"xcode": {
"command": "xcrun",
"args": [
"mcpbridge"
]
}
}
}xcrun