Skip to main content
Glama

MCP Server for iOS Simulator

launch-app

Initiate app execution on iOS simulators by specifying session and bundle IDs, enabling programmatic control via the Model Context Protocol bridge.

Input Schema

NameRequiredDescriptionDefault
bundleIdYes
sessionIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bundleId": { "type": "string" }, "sessionId": { "type": "string" } }, "required": [ "sessionId", "bundleId" ], "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/atom2ueki/mcp-server-ios-simulator'

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