jadx-ai-mcp and jadx-mcp-server
These are complementary tools that work together: the MCP server provides the backend service that the JADX plugin integrates with to enable AI-powered code analysis within the JADX decompiler.
About jadx-ai-mcp
zinja-coder/jadx-ai-mcp
Plugin for JADX to integrate MCP server
Exposes JADX decompilation capabilities through MCP tools (fetch classes, search methods, retrieve manifests, access resources), enabling LLMs to perform live static analysis and vulnerability detection on Android APKs. The architecture uses an HTTP bridge between the JADX plugin and a Python MCP server, allowing Claude and other LLM clients to query decompiled code and APK metadata in real time. Supports multi-agent LLM workflows for collaborative reverse engineering and security analysis.
About jadx-mcp-server
zinja-coder/jadx-mcp-server
MCP server for JADX-AI Plugin
Implements a Python-based MCP server that bridges LLMs with JADX via HTTP requests to a plugin, exposing 20+ tools for live Android APK analysis including class/method extraction, manifest parsing, smali bytecode retrieval, and variable renaming. Communicates with the JADX-AI-MCP plugin using a request-handler architecture that queries the decompiled app context directly, enabling real-time vulnerability detection and code-aware LLM recommendations without context switches.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work