MCP Server for iOS Simulator
JSON →Programmatically control iOS simulators via stdio transport. Requires macOS with Xcode and installed iOS simulators.
Install
npx -y @smithery/cli Tools · 11
- list-available-simulators List all available simulators with their UDIDs
- boot-simulator-by-udid Boot a simulator directly using its UDID
- shutdown-simulator-by-udid Shutdown a simulator directly using its UDID
- list-booted-simulators List all currently booted simulators
- list-simulator-sessions List all active simulator sessions
- create-simulator-session Create a new simulator session
- terminate-simulator-session Terminate a session (shuts down simulator and cleans up)
- create-and-boot-simulator Create a new simulator session and boot it
- boot-simulator Boot a simulator for an existing session
- shutdown-simulator Shutdown a simulator for an existing session
- install-app Install an application on a simulator
Links
★ 41 GitHub stars