Skip to main content
Glama

MCP Server for iOS Simulator

install-app

Install applications on iOS simulators by specifying the session ID and app path, enabling direct app deployment for testing and development.

Input Schema

NameRequiredDescriptionDefault
appPathYes
sessionIdYes

Input Schema (JSON Schema)

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

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