Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_install_app_simulator

Install iOS/macOS apps on simulators using Xcode programmatically by specifying the simulator device ID and app bundle path.

Instructions

Install an app on a simulator

Input Schema

NameRequiredDescriptionDefault
app_pathYesPath to .app bundle
device_idYesSimulator device ID

Input Schema (JSON Schema)

{ "properties": { "app_path": { "description": "Path to .app bundle", "type": "string" }, "device_id": { "description": "Simulator device ID", "type": "string" } }, "required": [ "device_id", "app_path" ], "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