Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_launch_app_simulator

Launch iOS or macOS apps in a simulator by specifying the device ID and app bundle identifier to test and debug applications programmatically.

Instructions

Launch an app on a simulator

Input Schema

NameRequiredDescriptionDefault
bundle_idYesApp bundle identifier
device_idYesSimulator device ID

Input Schema (JSON Schema)

{ "properties": { "bundle_id": { "description": "App bundle identifier", "type": "string" }, "device_id": { "description": "Simulator device ID", "type": "string" } }, "required": [ "device_id", "bundle_id" ], "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/ebowwa/xcode-mcp'

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