Skip to main content
Glama

MCP Server for iOS Simulator

tap

Simulate touch interactions on iOS simulators by sending coordinates (x, y) and session ID programmatically. Enables precise UI testing and automation via MCP Server integration.

Input Schema

NameRequiredDescriptionDefault
sessionIdYes
xYes
yYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sessionId": { "type": "string" }, "x": { "type": "number" }, "y": { "type": "number" } }, "required": [ "sessionId", "x", "y" ], "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