Skip to main content
Glama

Xcode MCP Server

by devyhan

simctl-manager

Manage iOS simulators via command-line operations using the Xcode MCP Server. Execute actions like list, create, boot, shutdown, erase, install, launch, and delete simulators efficiently.

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" }

Other Tools from Xcode MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devyhan/xcode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server