MCP Appium Server

launch-app

Launch apps on Android devices by specifying device ID and package name with optional activity, enabling automation via the MCP Appium Server for mobile testing and management.

Instructions

Launch an app on an Android device

Input Schema

NameRequiredDescriptionDefault
activityNameNoOptional activity name to launch
deviceIdYesThe device ID to launch the app on
packageNameYesThe package name of the app to launch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activityName": { "description": "Optional activity name to launch", "type": "string" }, "deviceId": { "description": "The device ID to launch the app on", "type": "string" }, "packageName": { "description": "The package name of the app to launch", "type": "string" } }, "required": [ "deviceId", "packageName" ], "type": "object" }
ID: pu6x5f1oro