jadx-mcp-server and adb-mcp
These are complementary tools: JADX-MCP analyzes Android app code statically through decompilation, while ADB-MCP enables dynamic interaction with running Android devices, allowing developers to use both for comprehensive app inspection and testing workflows.
About jadx-mcp-server
zinja-coder/jadx-mcp-server
MCP server for JADX-AI Plugin
This project helps security researchers and reverse engineers automatically analyze Android APKs for vulnerabilities and understand their inner workings. You provide an Android Package Kit (APK) file, and it uses large language models (LLMs) to output insights into the code, potential security flaws, and parsed manifest details. It's designed for professionals who need to quickly decompile and inspect Android applications.
About adb-mcp
srmorete/adb-mcp
An MCP (Model Context Protocol) server for interacting with Android devices through ADB in TypeScript.
This tool helps AI models interact with Android devices by translating complex device operations into simple instructions. It takes an AI model's requests (like 'install app' or 'take screenshot') and executes them on a connected Android phone or emulator. This is for AI developers building or testing applications that need to automate interactions with Android devices, such as for testing, data collection, or research.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work