Skip to main content
Glama

Xcode MCP Server

by ebowwa

xcode_capture_screenshot

Capture screenshots from Xcode simulators by specifying the device ID and output path, enabling efficient testing and debugging of iOS/macOS projects.

Instructions

Capture screenshot from simulator

Input Schema

NameRequiredDescriptionDefault
device_idYesSimulator device ID
output_pathYesScreenshot output path

Input Schema (JSON Schema)

{ "properties": { "device_id": { "description": "Simulator device ID", "type": "string" }, "output_path": { "description": "Screenshot output path", "type": "string" } }, "required": [ "device_id", "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/ebowwa/xcode-mcp'

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