iOS Simulator
Summary
iOS Simulator MCP Tool provides a bridge between Claude and iOS simulators, enabling interaction with virtual iOS devices through a set of specialized tools. Built by Joshua Yoes, it leverages Facebook's IDB tool to allow users to get information about simulators, control UI interactions (tapping, swiping, typing), and inspect UI elements on screen. The implementation is packaged as an NPM module that can be easily integrated with Cursor via MCP configuration, making it valuable for developers who need to test, debug, or demonstrate iOS applications without manually operating the simulator.
Available Actions(8)
Describe Accessibility Elements
Describe all accessibility elements on the current screen.
Tap on Screen
Tap on specific screen coordinates. Parameters: x (integer), y (integer).
Input Text
Input text into a text field. Parameters: text (string).
Swipe
Swipe between coordinates. Parameters: startX (integer), startY (integer), endX (integer), endY (integer).
Get UI Element Info
Get information about UI elements at specific coordinates. Parameters: x (integer), y (integer).
Take Screenshot
Take a screenshot of the current simulator screen. Optional parameter: filename (string).
Start Recording Video
Start recording a video of the simulator screen. Optional parameter: filename (string).
Stop Recording
Stop the current simulator screen recording.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation