zinja-coder/jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.
Quick Start
Clone the repository:
git clone https://github.com/zinja-coder/jadx-ai-mcpClaude Desktop configuration example:
{
"mcpServers": {
"jadx-ai-mcp": {
"command": "npx",
"args": [
"-y",
"zinja-coder/jadx-ai-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.