jadx-mcp-server
Fully automated MCP server that communicates with the JADX-AI-MCP Plugin to analyze Android APKs.
The JADX-MCP-SERVER is designed to facilitate the reverse engineering of Android APKs by leveraging large language models (LLMs) like Claude. It aims to uncover vulnerabilities, parse manifests, and streamline the reverse engineering process, making it easier for developers and security analysts to analyze APK files effectively. This server is part of Zin's Reverse Engineering MCP Suite, which provides a comprehensive toolset for APK analysis.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"jadx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jadx-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions