JADX-AI-MCP is an open-source plugin that integrates large language models into the JADX Android decompiler to assist with reverse engineering and code analysis tasks. The project connects JADX with AI assistants through the Model Context Protocol, enabling language models to interact directly with decompiled Android application code. Through this integration, AI systems can inspect classes, analyze methods, retrieve application manifests, and examine other elements of Android packages in real time. The plugin works alongside a companion MCP server that exposes reverse engineering tools to AI clients so they can query and analyze code programmatically. This allows developers and security researchers to perform contextual code reviews and vulnerability analysis using AI-assisted workflows.
Features
- Integration between the JADX Android decompiler and large language models
- Model Context Protocol interface enabling AI tools to interact with code
- Real-time analysis of Android APK structure and source code
- AI-assisted vulnerability discovery and reverse engineering workflows
- Tools for retrieving manifests, classes, and method information from APKs
- Companion MCP server enabling communication between AI clients and JADX