Skip to main content
Glama

Xcode MCP Server

by PolarVista

boot_simulator

Boot an iOS simulator by using its unique UDID within the Xcode MCP Server environment, enabling testing and development workflows directly through standardized interfaces.

Instructions

Boots an iOS simulator identified by its UDID.

Input Schema

NameRequiredDescriptionDefault
udidYesThe UDID of the simulator to boot.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "udid": { "description": "The UDID of the simulator to boot.", "type": "string" } }, "required": [ "udid" ], "type": "object" }

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/PolarVista/Xcode-mcp-server'

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