Xcode MCP Server

MIT License
43
  • Apple

simctl-manager

Manage iOS simulators using simctl commands directly through the Xcode MCP Server. Execute tasks like list, create, boot, shutdown, erase, install, launch, and delete to streamline simulator workflows.

Input Schema

NameRequiredDescriptionDefault
commandYesSimCtl 명령어
extraArgsNo추가 simctl 인자들

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "SimCtl 명령어", "enum": [ "list", "create", "boot", "shutdown", "erase", "install", "launch", "delete" ], "type": "string" }, "extraArgs": { "description": "추가 simctl 인자들", "items": { "type": "string" }, "type": "array" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from Xcode MCP Server

Related Tools

ID: vexusxj8l9