Skip to main content
Glama

iOS Simulator MCP

screenshot

Capture and save screenshots from iOS Simulators by specifying output path, image format, display type, and mask handling. Streamline testing and debugging processes with precise simulator screen captures.

Instructions

Takes a screenshot of the iOS Simulator

Input Schema

NameRequiredDescriptionDefault
displayNoDisplay to capture (internal or external). Default depends on device type.
maskNoFor non-rectangular displays, handle the mask by policy (ignored, alpha, or black)
output_pathYesFile path where the screenshot will be saved (if relative, ~/Downloads will be used as base directory)
typeNoImage format (png, tiff, bmp, gif, or jpeg). Default is png.
udidNoUdid of target, can also be set with the IDB_UDID env var

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "display": { "description": "Display to capture (internal or external). Default depends on device type.", "enum": [ "internal", "external" ], "type": "string" }, "mask": { "description": "For non-rectangular displays, handle the mask by policy (ignored, alpha, or black)", "enum": [ "ignored", "alpha", "black" ], "type": "string" }, "output_path": { "description": "File path where the screenshot will be saved (if relative, ~/Downloads will be used as base directory)", "maxLength": 1024, "type": "string" }, "type": { "description": "Image format (png, tiff, bmp, gif, or jpeg). Default is png.", "enum": [ "png", "tiff", "bmp", "gif", "jpeg" ], "type": "string" }, "udid": { "description": "Udid of target, can also be set with the IDB_UDID env var", "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$", "type": "string" } }, "required": [ "output_path" ], "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/joshuayoes/ios-simulator-mcp'

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