ios-simulator-mcp

ios-simulator-mcp

361

The iOS Simulator MCP Server is a protocol server that allows interaction with iOS simulators for UI testing and inspection. It is useful for quality assurance tasks, providing several features to control and inspect simulator UI elements.

npx
{
  "mcpServers": {
    "ios-simulator": {
      "command": "npx",
      "args": [
        "-y",
        "ios-simulator-mcp"
      ]
    }
  }
}
node
{
  "mcpServers": {
    "ios-simulator": {
      "command": "node",
      "args": [
        "/full/path/to/your/ios-simulator-mcp/build/index.js"
      ]
    }
  }
}