Loading...
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/simulator-mcp-server"
]
}
}
}list_simulatorsLists all available iOS simulators.
Read-only operation, no side effects.
boot_simulatorBoots a specified iOS simulator.
Starts a simulator, consuming system resources.
shutdown_simulatorShuts down a specified iOS simulator.
Stops a simulator, potentially interrupting processes.
install_appInstalls a .app bundle on a specified simulator.
Installs an application, potentially introducing malicious code.
launch_appLaunches an installed app on a specified simulator by bundle ID.
Launches an application, potentially executing malicious code.
This server allows for automation of iOS simulator tasks, which can be useful for testing and development. However, the ability to install and launch arbitrary apps introduces a moderate risk, especially if the source of the apps is untrusted. It is safest when used in a controlled development environment with trusted applications.