Back to MCP Servers
Apktool
APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.
securityautomation
By zinja-coder
Installation
npx -y apktool-mcp-serverConfiguration
{
"mcpServers": {
"apktool-mcp-server": {
"command": "npx",
"args": ["-y", "apktool-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes