From swiftui-dev
Runs locally as subprocess to control iOS Simulators via simctl CLI. Supports listing/booting simulators, installing apps, screenshots, and device management.
npx claudepluginhub arustydev/agents --plugin swiftui-devAdd to your .mcp.json:
{
"mcpServers": {
"simctl": {
"command": "npx",
"args": [
"-y",
"simctl-mcp"
]
}
}
}npx