Skip to main content
Glama

MCP Server for iOS Simulator

launch-app

Launch an iOS app on a simulator by specifying the session ID and bundle ID, enabling programmatic control through the MCP Server for iOS Simulator.

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" }
Install Server

Other Tools from MCP Server for iOS Simulator

Related Tools

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