MCP Appium Server

execute-adb-command

Run custom Android Debug Bridge (ADB) commands directly on devices through the MCP Appium Server, enabling advanced mobile app automation and device management.

Instructions

Execute a custom ADB command

Input Schema

NameRequiredDescriptionDefault
commandYesThe ADB command to execute (without 'adb' prefix)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The ADB command to execute (without 'adb' prefix)", "type": "string" } }, "required": [ "command" ], "type": "object" }
ID: pu6x5f1oro