jadx-mcp-plugin
If you are the rightful owner of jadx-mcp-plugin and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Jadx MCP Plugin provides a Java-based plugin for Jadx, exposing its API over HTTP to enable interaction with MCP clients like Claude, facilitating AI-assisted security analysis of Android apps.
The Jadx MCP Plugin is a Java-based tool that integrates with the Jadx decompiler to expose its API over HTTP. This allows for live interaction with Model Context Protocol (MCP) clients such as Claude. By using a Python-based FastMCP adapter, the plugin acts as a bridge between Claude and Jadx, enabling intelligent navigation and automation of reverse engineering workflows. This setup is particularly useful for AI-assisted security analysis of Android applications, allowing users to decompile APK or DEX files, list classes, fetch source code, and inspect methods and fields in real-time. The plugin is designed to be lightweight and efficient, making it an ideal choice for developers and security analysts looking to enhance their reverse engineering capabilities with AI support.
Features
- Exposes Jadx API over HTTP for live interaction with MCP clients.
- Facilitates AI-assisted security analysis of Android apps.
- Supports intelligent navigation and automation of reverse engineering workflows.
- Provides tools for listing classes, fetching source code, and inspecting methods/fields.
- Integrates with Claude via a Python-based FastMCP adapter.