MCP iOS Simulator Screenshot

MIT License
  • Apple

get_ios_simulator_screenshot

Capture and save iOS Simulator screenshots directly to a specified directory. Optionally resize images and customize filenames or device selection for efficient testing workflows.

Instructions

Capture a screenshot from iOS Simulator

Input Schema

NameRequiredDescriptionDefault
device_idNoSpecify a simulator device (if not specified, the booted device will be used)
max_widthNoMaximum width for resizing (pixels)
output_directoryNoOutput directory (if not specified, .screenshots will be used).screenshots
output_filenameNoOutput filename (if not specified, timestamp.png will be used)
resizeNoWhether to resize the image to approximately VGA size (640x480)

Input Schema (JSON Schema)

{ "properties": { "device_id": { "description": "Specify a simulator device (if not specified, the booted device will be used)", "type": "string" }, "max_width": { "default": 640, "description": "Maximum width for resizing (pixels)", "type": "integer" }, "output_directory": { "default": ".screenshots", "description": "Output directory (if not specified, .screenshots will be used)", "type": "string" }, "output_filename": { "description": "Output filename (if not specified, timestamp.png will be used)", "type": "string" }, "resize": { "default": true, "description": "Whether to resize the image to approximately VGA size (640x480)", "type": "boolean" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from MCP iOS Simulator Screenshot

Related Tools

ID: vz30wisdsx