MCP Directory
Back

ApkMCP-Auto

by kggzs · Python · ★ 47

本项目是一个 Android 逆向工程工具集合,通过 MCP (Model Context Protocol) 协议将 AI 助手(如 Claude)与专业的 Android 反编译工具连接起来,实现智能化的 APK 分析与修改。

Install

pip install git+https://github.com/kggzs/ApkMCP-Auto.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "apkmcp-auto": {
      "command": "uvx",
      "args": [
        "git+https://github.com/kggzs/ApkMCP-Auto.git"
      ]
    }
  }
}

From the README

⚡ 基于 Model Context Protocol (MCP) 的 Android APK 自动化逆向工程工具套件 [](https://www.python.org/) [](https://openjdk.org/) [](https://www.apache.org/licenses/LICENSE-2.0) ---|------|------| | **JADX MCP Server** | 与 JADX-GUI 集成的 MCP 服务器,提供实时反编译分析 | | | **APKTool MCP Server** | 基于 APKTool 的 MCP 服务器,支持 APK 解码/编码与 Smali 修改 | | | **ADB MCP Server** | Android Debug Bridge MCP 服务器,提供设备管理和调试功能 | | | **Sign Tools MCP Server** | APK 签名工具 MCP 服务器,支持密钥管理和签名验证 | | | **Static Analyzer** | 静态分析增强工具,提供权限、字符串、SDK 识别 | | | **Diff Tool** | 文件对比工具,支持 APK、Smali、资源文件对比 | | | **Frida MCP Server** | 动态插桩分析工具,支持 Hook 和…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers