zinja-coder/apktool-mcp-server
by Various
A MCP Server for APK Tool (Part of Android Reverse Engineering MCP Suites)
MCP
zinja-coder/apktool-mcp-server
Added 1 June 2026
Overview
A Python-based MCP server that wraps APKTool for Android reverse engineering tasks. It enables AI assistants to interact with APKTool through the Model Context Protocol.
Best for
Best for
Developers automating Android APK analysis and modification through AI toolchains
Use cases
- Decompiling Android APKs to Smali code
- Rebuilding modified APKs for testing
- Integrating APKTool operations into AI-driven workflows
How to use
Install
uv pip install httpx fastmcp Tools exposed
uvapktool
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "apktool-mcp-server": {\n "command": "/<path>/<to>/uv", \n "args": [\n "--directory",\n "</PATH/TO/>apktool-mcp-server/",\n "run",\n "apktool_mcp_server.py"\n ]\n }\n }\n} Notes
A Python-based MCP server that wraps APKTool for Android reverse engineering tasks. It enables AI assistants to interact with APKTool through the Model Context Protocol.
463 stars on GitHub. Last updated 2026-04-25. Licensed Apache-2.0.
Use cases
- Decompiling Android APKs to Smali code
- Rebuilding modified APKs for testing
- Integrating APKTool operations into AI-driven workflows
Pros
- Leverages the established APKTool library for reliable APK processing
- Provides structured access via MCP protocol for tool orchestration
- Active open-source project with 463 GitHub stars
Cons
- Requires Java Runtime Environment since APKTool depends on Java
- Limited to Android APK reverse engineering tasks only
- MCP integration adds a layer of complexity over direct APKTool usage
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages the established APKTool library for reliable APK processing
- Provides structured access via MCP protocol for tool orchestration
- Active open-source project with 463 GitHub stars
Cons
- Requires Java Runtime Environment since APKTool depends on Java
- Limited to Android APK reverse engineering tasks only
- MCP integration adds a layer of complexity over direct APKTool usage
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.