apktool-mcp-server

zinja-coder/apktool-mcp-server

4.4

If you are the rightful owner of apktool-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

apktool-mcp-server is a fully automated MCP server built on top of apktool to analyze Android APKs using LLMs like Claude, providing live reverse engineering support.

Tools

Functions exposed to the LLM to take actions

decode_apk

Decode an APK file using APKTool

build_apk

Build an APK file from a decoded APKTool project.

get_manifest

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

get_apktool_yml

Get apktool.yml information from a decoded APK project.

list_smali_directories

List all smali directories in a project

list_smali_files

List smali files in a specific smali directory, optionally filtered by package prefix.

get_smali_file

Get content of a specific smali file by class name.

modify_smali_file

Modify the content of a specific smali file.

list_resources

List resources in a project, optionally filtered by resource type.

get_resource_file

Get content of a specific resource file.

modify_resource_file

Modify the content of a specific resource file.

search_in_files

Search for a pattern in files specified extensions.

clean_project

Clean a project directory to prepare for rebuilding.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources