A TypeScript-based MCP server for interacting with iOS simulators, built using the Appium iOS Simulator library. Provides a robust session management approach for creating, booting, and controlling iOS simulators programmatically, with flexible device and OS version selection. Useful for AI assistants and testing scenarios that require dynamic iOS simulator interactions.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
List all available simulators with their UDIDs.
Boot a simulator directly using its UDID.
Shutdown a simulator directly using its UDID.
List all currently booted simulators.
List all active simulator sessions.
Create a new simulator session.
Terminate a session (shuts down simulator and cleans up).
Create a new simulator session and boot it.
Boot a simulator for an existing session.
Shutdown a simulator for an existing session.
Install an application on a simulator.
Launch an application on a simulator.
Terminate a running application on a simulator.
Take a screenshot of the simulator screen.
Perform a tap at the specified coordinates.