From swiftui-dev
Runs locally via apple-dev-mcp to provide access to Apple's Human Interface Guidelines (HIG) for iOS/macOS UI design and development.
npx claudepluginhub arustydev/agents --plugin swiftui-devAdd to your .mcp.json:
{
"mcpServers": {
"apple-hig": {
"command": "npx",
"args": [
"-y",
"apple-dev-mcp"
]
}
}
}npx