MCP server for controlling iOS simulators from AI agents, including simulator discovery, UI taps, typing, swipes, accessibility inspection, screenshots, video recording, app install, and app launch.
Use version 1.3.3 or newer. The upstream security policy documents command-injection vulnerabilities in older versions and states that they were fixed in v1.3.3., The server invokes simulator, IDB, and host commands to tap, type, swipe, screenshot, record video, install apps, launch apps, and stop recordings., Filter high-risk or noisy tools with `IOS_SIMULATOR_MCP_FILTERED_TOOLS` when an agent should only inspect UI state., App install and launch tools can execute simulator app code, change simulator state, and interact with test credentials or local development services., Screenshots and recordings can overwrite or create files in configured output directories; review paths before letting an agent write artifacts.
Privacy notes
Tool results may expose app screens, accessibility labels, text fields, screenshots, videos, bundle identifiers, simulator UDIDs, file paths, output directories, app paths, and environment variables., Simulator apps may contain test accounts, customer fixtures, tokens, unreleased UI, internal URLs, logs, or private feature flags., MCP transcripts, client logs, screenshots, videos, and saved artifacts can retain sensitive UI and app-state data outside the simulator., Do not share recordings, screenshots, simulator data, app bundles, UDIDs, or output directories from proprietary apps unless the team has approved that disclosure.
Author
Joshua Yoes
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-05
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
5 safety and 4 privacy notes across 4 risk areas. Review closely: credentials & tokens.
4 areas
SafetyExecution & processesUse version 1.3.3 or newer. The upstream security policy documents command-injection vulnerabilities in older versions and states that they were fixed in v1.3.3.
SafetyExecution & processesThe server invokes simulator, IDB, and host commands to tap, type, swipe, screenshot, record video, install apps, launch apps, and stop recordings.
SafetyGeneralFilter high-risk or noisy tools with `IOS_SIMULATOR_MCP_FILTERED_TOOLS` when an agent should only inspect UI state.
SafetyCredentials & tokensApp install and launch tools can execute simulator app code, change simulator state, and interact with test credentials or local development services.
SafetyLocal filesScreenshots and recordings can overwrite or create files in configured output directories; review paths before letting an agent write artifacts.
PrivacyLocal filesTool results may expose app screens, accessibility labels, text fields, screenshots, videos, bundle identifiers, simulator UDIDs, file paths, output directories, app paths, and environment variables.
PrivacyCredentials & tokensSimulator apps may contain test accounts, customer fixtures, tokens, unreleased UI, internal URLs, logs, or private feature flags.
PrivacyExecution & processesMCP transcripts, client logs, screenshots, videos, and saved artifacts can retain sensitive UI and app-state data outside the simulator.
PrivacyGeneralDo not share recordings, screenshots, simulator data, app bundles, UDIDs, or output directories from proprietary apps unless the team has approved that disclosure.
Safety notes
Use version 1.3.3 or newer. The upstream security policy documents command-injection vulnerabilities in older versions and states that they were fixed in v1.3.3.
The server invokes simulator, IDB, and host commands to tap, type, swipe, screenshot, record video, install apps, launch apps, and stop recordings.
Filter high-risk or noisy tools with `IOS_SIMULATOR_MCP_FILTERED_TOOLS` when an agent should only inspect UI state.
App install and launch tools can execute simulator app code, change simulator state, and interact with test credentials or local development services.
Screenshots and recordings can overwrite or create files in configured output directories; review paths before letting an agent write artifacts.
Privacy notes
Tool results may expose app screens, accessibility labels, text fields, screenshots, videos, bundle identifiers, simulator UDIDs, file paths, output directories, app paths, and environment variables.
Simulator apps may contain test accounts, customer fixtures, tokens, unreleased UI, internal URLs, logs, or private feature flags.
MCP transcripts, client logs, screenshots, videos, and saved artifacts can retain sensitive UI and app-state data outside the simulator.
Do not share recordings, screenshots, simulator data, app bundles, UDIDs, or output directories from proprietary apps unless the team has approved that disclosure.
Prerequisites
macOS with Xcode and iOS simulators installed.
Node.js and npx available for running the npm package.
Facebook IDB installed and available on PATH, or configured through `IOS_SIMULATOR_MCP_IDB_PATH`.
A booted simulator, or permission for the agent to open and interact with Simulator.
Team agreement on which simulator actions, screenshots, recordings, app bundles, and output directories are allowed.
iOS Simulator MCP Server gives MCP clients a tool surface for inspecting and
controlling iOS simulators on macOS. It can find the booted simulator, open
Simulator, describe accessibility elements, tap, type, swipe, inspect a point,
view the current screen, take screenshots, record or stop videos, install apps,
and launch bundles.
The server is most useful for mobile development and QA loops where an agent
needs to verify a UI after code changes. It can inspect accessibility labels and
visual state, perform common interactions, and capture screenshots or videos for
review.
These sources were reviewed on 2026-06-05. Prefer the live repository,
README, security policy, troubleshooting notes, QA notes, package metadata,
source file, license, and npm registry metadata for current tool behavior,
security status, package version, and setup requirements.
Features
Get the currently booted iOS simulator ID.
Open the Simulator app.
Describe all visible accessibility elements.
Tap, type, and swipe in the simulator.
Find UI elements by accessibility label, unique ID, or element type.
Inspect the accessibility element at a screen coordinate.
View the current simulator screen.
Capture screenshots and simulator video recordings.
Stop an active simulator recording.
Install .app or .ipa bundles on the simulator.
Launch apps by bundle identifier with optional environment variables.
Filter tools and configure output directories through environment variables.
Installation
Install Xcode simulators, Node.js, and IDB first. Then add the server to Claude
Code:
claude mcp add ios-simulator -- npx -y ios-simulator-mcp
Use IOS_SIMULATOR_MCP_FILTERED_TOOLS to remove actions that should not be
available in a particular workflow, such as screenshots, video recording, or app
installation.
Use Cases
Ask Claude to verify an iOS screen after implementing a feature.
Inspect accessibility labels and element types for UI quality checks.
Tap through a flow and confirm expected screen changes.
Type test input into forms in a booted simulator.
Capture screenshots or recordings for bug reports and review artifacts.
Install and launch a local app bundle during development.
Restrict a QA workflow to read-only screen inspection by filtering action tools.
Safety and Privacy
Use the current package version and avoid unsupported versions below 1.3.3. The
upstream security policy documents older command-injection issues and the fixed
version threshold.
Simulator automation can expose sensitive UI and mutate app state. Limit tool
availability for each task, keep output directories scoped, and avoid recording
or screenshotting proprietary screens without approval. Treat accessibility
trees, screenshots, videos, app paths, simulator IDs, and MCP transcripts as
potentially sensitive test data.
Duplicate Check
No joshuayoes/ios-simulator-mcp entry, iOS Simulator MCP entry, or matching
source URL was found in content/mcp.
Show that iOS Simulator MCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/ios-simulator-mcp-server)
How it compares
iOS Simulator MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
MCP server for controlling iOS simulators from AI agents, including simulator discovery, UI taps, typing, swipes, accessibility inspection, screenshots, video recording, app install, and app launch.
Official MCP server for agent-device, Callstack's device automation CLI for inspecting, controlling, debugging, recording, and collecting evidence from iOS, Android, TV, macOS, Linux, React Native, Expo, Flutter, and native apps.
WebDriverIO MCP server that lets Claude automate browsers and mobile apps with navigation, clicks, typing, screenshots, accessibility snapshots, cookies, geolocation, native app sessions, and Appium-style gestures.
✓Use version 1.3.3 or newer. The upstream security policy documents command-injection vulnerabilities in older versions and states that they were fixed in v1.3.3.
The server invokes simulator, IDB, and host commands to tap, type, swipe, screenshot, record video, install apps, launch apps, and stop recordings.
Filter high-risk or noisy tools with `IOS_SIMULATOR_MCP_FILTERED_TOOLS` when an agent should only inspect UI state.
App install and launch tools can execute simulator app code, change simulator state, and interact with test credentials or local development services.
Screenshots and recordings can overwrite or create files in configured output directories; review paths before letting an agent write artifacts.
✓Agent Device MCP exposes structured tools backed by `AgentDeviceClient`; the docs state it does not expose generic shell execution over MCP.
Tools and CLI workflows can open apps, inspect UI, tap, type, scroll, perform gestures, wait, assert state, handle alerts, and close sessions.
Evidence workflows can capture screenshots, recordings, logs, traces, network traffic, performance samples, crash context, React profiles, and replay files.
Mutating commands should run serially against one session, and separate sessions or devices should be used for parallel work.
Prefer dedicated test devices or simulators, and require approval before entering credentials, submitting forms, changing settings, installing apps, sending messages, or touching production accounts.
✓WebDriverIO MCP Server can navigate pages, click elements, type values, scroll, switch frames or tabs, execute scripts, set cookies, delete cookies, set geolocation, and capture screenshots.
Mobile tools can tap, swipe, drag, rotate devices, hide keyboards, switch native or web contexts, upload apps, and interact with iOS or Android sessions through WebDriverIO-compatible backends.
Treat browser and mobile sessions as active automation, not passive inspection; use test accounts and avoid production workflows that can submit forms, trigger purchases, send messages, or mutate customer data.
Script execution, cookie mutation, geolocation spoofing, and cloud-device provider integrations should be limited to reviewed test environments.
HTTP transport mode can expose automation tools beyond a local stdio process; bind it carefully and require network controls before shared use.
✓AgentQL MCP exposes one tool, `extract-web-data`, that sends a target URL and natural-language extraction prompt to the AgentQL API.
The tool is intended for public webpages; do not use it to bypass access controls, scrape private pages, evade paywalls, or extract data where automated collection is prohibited.
Web extraction can still trigger target-site rate limits, legal restrictions, robots guidance, or terms-of-service concerns.
The source implementation uses AgentQL's query-data endpoint with fast mode, no screenshot capture, no scroll-to-bottom behavior, and no local browser cookies.
Treat extracted output as untrusted web data that may include errors, stale content, ads, tracking text, or prompt-injection attempts.
Privacy notes
✓Tool results may expose app screens, accessibility labels, text fields, screenshots, videos, bundle identifiers, simulator UDIDs, file paths, output directories, app paths, and environment variables.
Simulator apps may contain test accounts, customer fixtures, tokens, unreleased UI, internal URLs, logs, or private feature flags.
MCP transcripts, client logs, screenshots, videos, and saved artifacts can retain sensitive UI and app-state data outside the simulator.
Do not share recordings, screenshots, simulator data, app bundles, UDIDs, or output directories from proprietary apps unless the team has approved that disclosure.
✓Screenshots, recordings, traces, logs, network dumps, replay files, reports, UI snapshots, typed input, and React profiles can contain private UI state, tokens, request data, customer information, or credentials.
macOS, iOS, Android, and TV automation can expose local app state, notifications, device names, package identifiers, app content, system dialogs, and permission prompts.
Network inspection artifacts may include headers, payloads, session identifiers, URLs, and API data; review before sharing or committing.
Interactive CLI runs may check npm for newer package versions unless `AGENT_DEVICE_NO_UPDATE_NOTIFIER=1` is set.
✓Screenshots, accessibility trees, app state, cookies, URLs, page content, form values, device metadata, geolocation, trace artifacts, and generated test code can be visible to the MCP client, model provider, logs, and local files.
Browser sessions can inherit logged-in state, cookies, local storage, and private tabs from a test profile if profiles are reused.
Mobile testing can expose app screens, notification content, identifiers, credentials, uploaded app binaries, device logs, and cloud-device provider metadata.
Keep BrowserStack, Sauce Labs, Appium, application, and test-account credentials in secret storage or MCP environment configuration rather than prompts or repository files.
✓Target URLs, extraction prompts, API key-authenticated requests, and extracted structured data are sent to AgentQL's API.
Extracted data can include personal data, copyrighted content, customer information, job postings, prices, social content, or other third-party material.
AGENTQL_API_KEY should stay out of prompts, issues, logs, screenshots, and committed configuration files.
Claude transcripts and downstream reports may retain extracted data, so avoid collecting information that is not approved for the model session.
Prerequisites
macOS with Xcode and iOS simulators installed.
Node.js and npx available for running the npm package.
Facebook IDB installed and available on PATH, or configured through `IOS_SIMULATOR_MCP_IDB_PATH`.
A booted simulator, or permission for the agent to open and interact with Simulator.
Node.js 22 or newer and `agent-device` installed globally or project-locally.
Xcode tooling for iOS, tvOS, or macOS targets, or Android SDK and ADB for Android targets.
Device, simulator, emulator, TV, macOS, or Linux desktop target that the agent is allowed to automate.
Required local permissions such as Android device trust, iOS Developer Mode, macOS Accessibility, and Screen Recording where applicable.
Node.js and npm or another package runner that can execute `@wdio/mcp`.
MCP client that can run local stdio servers, or a reviewed HTTP transport setup when using the server's HTTP mode.
Local browser, WebDriver, or WebDriverIO-compatible environment for the browser sessions you want Claude to control.
Appium, simulator, emulator, device, or cloud-device credentials when using iOS or Android automation.
Node.js and npx available to the MCP client runtime.
AgentQL API key from the AgentQL developer portal.
Approved list of public webpages or domains Claude may query.
Review of target site terms, robots guidance, rate limits, and data-use rules before extraction.
Install
claude mcp add ios-simulator -- npx -y ios-simulator-mcp
claude mcp add --transport stdio --scope user agent-device -- agent-device mcp