iOS Simulator MCP Server
Let AI assistants inspect and drive the iOS Simulator: tap, type, swipe and read the UI.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
iOS developers who want a coding agent to verify UI changes in the simulator.
You would run a version older than 1.3.3; earlier releases had command-injection vulnerabilities.
About iOS Simulator MCP Server
This MCP server controls iOS simulators: it finds the booted simulator, opens it, describes all UI elements or the element at a point, taps, types, swipes and captures the screen, so an assistant can check an app's behaviour after changing code.
iOS Simulator MCP Server is an open-source project written primarily in JavaScript, with 2.2k stars on GitHub. It was last updated in August 2026.
Add iOS Simulator MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add ios-simulator-mcp -- npx -y ios-simulator-mcpCursor
{
"mcpServers": {
"ios-simulator-mcp": {
"command": "npx",
"args": ["-y", "ios-simulator-mcp"]
}
}
}VS Code
{
"servers": {
"ios-simulator-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "ios-simulator-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"ios-simulator-mcp": {
"command": "npx",
"args": ["-y", "ios-simulator-mcp"]
}
}
}Codex
[mcp_servers.ios-simulator-mcp]
command = "npx"
args = ["-y", "ios-simulator-mcp"]iOS Simulator MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| iOS Simulator MCP Serverthis listing | 2.2k | JavaScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 iOS Simulator MCP Server alternatives, compared →
