Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Runs Apple Xcode command-line tools locally via 'xcrun mcpbridge', enabling access to Xcode project management, build operations, and iOS/macOS development tasks.
npx claudepluginhub heyadam/claudedesign-to-swiftui --plugin claudedesign-to-swiftuiCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xcode-tools": {
"command": "xcrun",
"args": [
"mcpbridge"
]
}
}
}Server configuration and connection parameters
xcrunCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.