Apktool MCP Server

install_apk

Deploy APK files to connected Android devices using ADB. Specify the APK path and optional device ID for multiple devices. Returns installation results.

Instructions

Install an APK on a connected device using ADB.

Args: apk_path: Path to the APK file to install device_id: Optional device ID for multiple connected devices

Returns: Dictionary with operation results

Input Schema

NameRequiredDescriptionDefault
apk_pathYes
device_idNo

Input Schema (JSON Schema)

{ "properties": { "apk_path": { "title": "Apk Path", "type": "string" }, "device_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Device Id" } }, "required": [ "apk_path" ], "title": "install_apkArguments", "type": "object" }
ID: jtugu4w3w9