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 heyadam/claudedesign-to-swiftui --plugin claudedesign-to-swiftuiAdd to your .mcp.json:
{
"mcpServers": {
"xcode-tools": {
"command": "xcrun",
"args": [
"mcpbridge"
]
}
}
}xcrun