Skip to main content
Glama

MCP Server for iOS Simulator

tap

Simulate touch interactions on iOS simulators by sending precise X and Y coordinates via the Model Context Protocol, enabling programmatic control for testing and development.

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