jadx-mcp

0xdad0/jadx-mcp
★ 3 stars Java AI/LLM Updated 6d ago
MCP (Model Context Protocol) server as a jadx-gui plugin. Lets an AI client (Claude Code, Claude Desktop, or any MCP client) analyze the app currently loaded in jadx-gui.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jadx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "0xdad0/jadx-mcp"
      ]
    }
  }
}

Topics

androidjadx-guimcp-serverreverse-engineering