zinja-coder/apktool-mcp-server
APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.
Quick Start
Clone the repository:
git clone https://github.com/zinja-coder/apktool-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"apktool-mcp-server": {
"command": "npx",
"args": [
"-y",
"zinja-coder/apktool-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.