jadx-mcp-server
MCP server for JADX-AI Plugin
JADX-MCP-SERVER is an automated Python server that facilitates Android application analysis by integrating JADX with Large Language Models (LLMs) via the Model Context Protocol (MCP). It enables LLMs like Claude to interact with decompiled Android app contexts in real-time, assisting with vulnerability detection, code review, and reverse engineering.
Features
Compatibility
Use cases
Alternatives
Related searches
Comments
- Kai RiveraApr 25, 2026
Runs nicely as a background Python process. Just had to pip install the requirements and configure my MCP client.
- EEmerson JacksonApr 3, 2026
This is indispensable for Android malware analysis. Having an LLM explain decompiled smali code on the fly is amazing.
- SSasha MartinezMar 21, 2026
Incredible integration. Analyzing APKs has never been this fast.
- HHarley AndersonMar 6, 2026
Can this be used to automatically rename obfuscated classes and methods in the JADX GUI?