jadx-ai-mcp

jadx-ai-mcp

JADX plugin that integrates AI via the MCP protocol for APK decompilation and analysis.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 2.4k
Source
mcp-github

Overview

JADX-AI-MCP is a plugin designed for the JADX decompiler, directly integrating the Model Context Protocol (MCP) to provide real-time decompilation support and code review. The plugin enables users to leverage LLMs (such as Claude) for in-depth analysis of Android APKs, including vulnerability discovery and reverse engineering. Integration requires configuring an MCP server and ensuring Java 11+ and Python 3.10+ environments are available. Suitable for security researchers and developers needing deep APK analysis.

Capabilities

  • APK decompilation
  • Code review
  • Vulnerability detection
  • Reverse engineering

Use cases

Security researchSoftware reverse engineeringCode auditingVulnerability analysis

Setup

Requires: API KeyJava 11+Python 3.10+
Please refer to the official documentation: https://jadx-ai-mcp.readthedocs.io/en/latest/ for detailed configuration.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Does it support other LLMs?

Currently mainly supports Claude; future support for additional models may be added.

What environment dependencies are required?

Java 11+ and Python 3.10+ are required.

Related skills