Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From swiftui-dev
Runs locally via npx to provide Swift code patterns and templates for iOS/macOS development.
npx claudepluginhub arustydev/agents --plugin swiftui-devCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"swift-patterns": {
"command": "npx",
"args": [
"-y",
"swift-patterns-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.