xcode_launch_app
Launch an app on a simulator using UDID and bundle ID, with optional arguments and debugger wait, via MCP Appium Server for mobile app automation.
Instructions
Launch an app on a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the app | |
| bundleId | Yes | Bundle identifier of the app | |
| udid | Yes | The UDID of the simulator | |
| waitForDebugger | No | Whether to wait for debugger |