Stats
Actions
Tags
From swiftui-dev
Runs locally as a subprocess via 'cupertino serve' command, providing access to Apple's Cupertino (iOS design system) resources like UI components, styles, or tokens for development.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cupertino": {
"command": "cupertino",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
cupertinoCommand-line arguments passed to the server process
npx claudepluginhub arustydev/agents --plugin swiftui-dev