@J
iOS Simulator MCP Server
A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface.
Features
- List available iOS simulators
- Boot and shutdown simulators
- Install .app bundles on simulators
- Launch installed apps by bundle ID
Installation
Add the following to your Claude Config JSON file
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/simulator-mcp-server"
]
}
}
}
Transport:
stdio
Language: 
Created: 12/13/2024
Updated: 3/22/2026
Recommend MCP Servers 💡
github
github
GitHub's official MCP Server
2025-07-23
ida-pro-mcp
mrexodia
MCP Server for IDA Pro.
2025-07-23
mcp-server-notify
Cactusinhand
Send system notification when Agent task is done.
2025-03-16
Ryuhei-So/mermaid-cli-server
Ryuhei-So
A MCP server that generates PNG images from Mermaid markdown using @mermaid-js/mermaid-cli.
2025-04-08
mcp-git
kwanLeeFrmVi
A Model Context Protocol server for Git repository interaction and automation via Large Language Models.
2025-04-03
@axliupore/mcp-code-runner
axliupore
基于 MCP 协议的代码执行器,最后是通过 Docker 来进行代码执行的,所以本机上需要有 Docker 的环境.
2025-07-23