Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub arustydev/agents --plugin swiftui-devCopy 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
Share bugs, ideas, or general feedback.