Apktool MCP Server

get_manifest

Extract and return the AndroidManifest.xml content from a decoded APK project directory. Simplifies app analysis by providing manifest details in a structured format.

Instructions

Get the AndroidManifest.xml content from a decoded APK project.

Args: project_dir: Path to the APKTool project directory

Returns: Dictionary with manifest content or error

Input Schema

NameRequiredDescriptionDefault
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "get_manifestArguments", "type": "object" }
ID: jtugu4w3w9