Ios Simulator
Freeby MCP Community
MCP server for interacting with the iOS simulator
v1.5.2Added Apr 12, 2026
iossimulatormcpmodelcontextprotocol
Ios Simulator MCP Server
MCP server for interacting with the iOS simulator
Installation
Reviews
Installation
Quick install
npx -y ios-simulator-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ios-simulator": {
"command": "npx",
"args": ["-y", "ios-simulator-mcp"]
}
}
}