Skip to main content
Glama

XcodeBuildMCP

key_sequence

Simulate HID keycodes with configurable delays on iOS simulators to test or automate interactions using precise key sequence inputs.

Instructions

Press key sequence using HID keycodes on iOS simulator with configurable delay

Input Schema

NameRequiredDescriptionDefault
delayNo
keyCodesYes
simulatorUuidYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "delay": { "minimum": 0, "type": "number" }, "keyCodes": { "items": { "maximum": 255, "minimum": 0, "type": "integer" }, "minItems": 1, "type": "array" }, "simulatorUuid": { "format": "uuid", "type": "string" } }, "required": [ "simulatorUuid", "keyCodes" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

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/cameroncooke/XcodeBuildMCP'

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