Used by 1 plugin
Connects to iOS simulators to list, launch, and manage devices for mobile development.
Add to your .mcp.json:
{
"mcpServers": {
"simctl": {
"command": "npx",
"args": [
"-y",
"simctl-mcp"
]
}
}
}npx