Skip to main content
Glama

MCP Appium Server

by Rahulec08

xcode_configure_simulator_preferences

Automate batch configuration of iOS simulator preferences, including locale, language, timezone, appearance, and accessibility, using MCP Appium Server for streamlined mobile app testing.

Instructions

Configure simulator preferences in batch

Input Schema

NameRequiredDescriptionDefault
preferencesYesPreferences to configure
udidYesThe UDID of the simulator

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "preferences": { "additionalProperties": false, "description": "Preferences to configure", "properties": { "accessibility": { "description": "Enable accessibility features", "type": "boolean" }, "appearance": { "description": "UI appearance mode", "enum": [ "light", "dark" ], "type": "string" }, "language": { "description": "Language setting (e.g., 'en')", "type": "string" }, "locale": { "description": "Locale setting (e.g., 'en_US')", "type": "string" }, "timezone": { "description": "Timezone setting (e.g., 'America/New_York')", "type": "string" } }, "type": "object" }, "udid": { "description": "The UDID of the simulator", "type": "string" } }, "required": [ "udid", "preferences" ], "type": "object" }
Install Server

Other Tools from MCP Appium Server

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/Rahulec08/appium-mcp'

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