MCP.so
Sign In
Servers

iOS Simulator MCP Server

@joshuayoes

MCP server for interacting with the iOS simulator

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ios-simulator": {
      "command": "npx",
      "args": [
        "-y",
        "ios-simulator-mcp"
      ]
    }
  }
}

More from Other