Skip to main content
Glama

Xcode MCP Server

by devyhan

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

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