Skip to main content
Glama

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" }

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/zinja-coder/apktool-mcp-server'

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