jadx-mcp-server

jadx-mcp-server

84

JADX-MCP-SERVER is a standalone Python server designed to interact with a modified version of JADX using the Model Context Protocol. It facilitates live communication between LLMs and decompiled Android app contexts for comprehensive reverse engineering and vulnerability analysis. The server provides features such as contextual code reviews and AI recommendations in real-time.

What is the primary function of JADX-MCP-SERVER?

JADX-MCP-SERVER is designed to facilitate the analysis of Android APKs using LLMs, providing tools for reverse engineering and vulnerability detection.

Which LLMs are supported by JADX-MCP-SERVER?

Currently, it is tested on Claude Desktop, with plans to support other LLMs in the future.

What are the prerequisites for running JADX-MCP-SERVER?

You need Java 11+ and Python 3.10+ to run the server, along with the necessary dependencies.

Is JADX-MCP-SERVER open source?

Yes, it is open source and inherits the Apache 2.0 License from the original JADX repository.

Can I use JADX-MCP-SERVER for commercial purposes?

The server is intended for educational, research, and ethical security assessment purposes. Ensure compliance with all applicable laws and guidelines.