Skip to main content
Glama

MCP iOS Simulator Screenshot

by yorifuji

get_screenshot

Capture and save screenshots from iOS Simulator with customizable options for filename, directory, and image resizing using the Model Context Protocol (MCP).

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_directory_nameNoSubdirectory name for screenshots (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

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_name": { "default": ".screenshots", "description": "Subdirectory name for screenshots (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", "type": "boolean" } }, "required": [], "type": "object" }
Install Server

Other Tools from MCP iOS Simulator Screenshot

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/yorifuji/mcp-ios-simulator-screenshot'

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