MCPServers
iOS Simulator - MCP server logo

iOS Simulator

511
0

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)

Verify UI Elements

Verify all accessibility elements on the current screen.

Confirm Text Input

Enter text into the text input field and confirm the input is correct. Example: Enter 'QA Test'.

Check Tap Response

Tap on specified coordinates and verify the expected element is triggered. Example: Tap on coordinates x=250, y=400.

Validate Swipe Action

Swipe between specified coordinates and confirm correct behavior. Example: Swipe from x=150, y=600 to x=150, y=100.

Detailed Element Check

Describe the UI element at specified coordinates to ensure proper labeling and functionality. Example: Describe UI element at position x=300, y=350.

Take Screenshot

Take a screenshot of the current simulator screen and save it to a specified file. Example: Save as my_screenshot.png.

Record Video

Start recording a video of the simulator screen, saving it to a default location. Example: Saves to ~/Downloads/simulator_recording_$DATE.mp4.

Stop Recording

Stop the current simulator screen recording.

Last Updated: June 21, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags