Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

install_app

Install an application on a simulator using the specified .app bundle path. Optionally target a specific device by UDID or name, defaulting to the booted device. Part of the MCP Xcode server for managing Apple platform development workflows.

Instructions

Install an app on the simulator

Input Schema

NameRequiredDescriptionDefault
appPathYesPath to the .app bundle
deviceIdNoDevice UDID or name of the simulator (optional, uses booted device if not specified)

Input Schema (JSON Schema)

{ "properties": { "appPath": { "description": "Path to the .app bundle", "type": "string" }, "deviceId": { "description": "Device UDID or name of the simulator (optional, uses booted device if not specified)", "type": "string" } }, "required": [ "appPath" ], "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/Stefan-Nitu/mcp-xcode'

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