Apktool MCP Server

decode_apk

Decode APK files to extract and analyze resources and source code using Apktool integration. Simplify reverse engineering of Android applications for detailed inspection and modification.

Instructions

Decode an APK file using APKTool

Input Schema

NameRequiredDescriptionDefault
apk_pathYes
forceNo
no_resNo
no_srcNo
output_dirNo

Input Schema (JSON Schema)

{ "properties": { "apk_path": { "title": "Apk Path", "type": "string" }, "force": { "default": true, "title": "Force", "type": "boolean" }, "no_res": { "default": false, "title": "No Res", "type": "boolean" }, "no_src": { "default": false, "title": "No Src", "type": "boolean" }, "output_dir": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Dir" } }, "required": [ "apk_path" ], "title": "decode_apkArguments", "type": "object" }
ID: jtugu4w3w9