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.