JADX-AI-MCP (Part of Zin MCP Suite)
@zinja-coder
JADX-AI-MCP (Part of Zin MCP Suite) について
Plugin for JADX to integrate MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"jadx-ai-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is JADX-AI-MCP?
JADX-AI-MCP is a plugin for the JADX decompiler that integrates with Model Context Protocol (MCP) to enable real-time reverse engineering of Android APKs using LLMs like Claude. It provides live “Decompile → Context-Aware Code Review → AI Recommendations” capability.
How to use JADX-AI-MCP?
Download both the jadx-ai-mcp-<version>.jar plugin and the jadx-mcp-server-<version>.zip from the releases page, then run the JADX-AI-MCP plugin inside JADX and the standalone JADX MCP Server to enable MCP tool communication.
Key features of JADX-AI-MCP
- Live reverse engineering with LLMs (e.g., Claude, any MCP-compatible model)
- 30+ MCP tools for code retrieval, analysis, and modification
- Cross-reference searching for classes, methods, and fields
- Real-time debugger interaction (stack frames, threads, variables)
- Android-specific capabilities: manifest, resources, strings, smali
- Rename classes, methods, fields, packages, and variables
Use cases of JADX-AI-MCP
- Code understanding and obfuscation detection in decompiled APKs
- Vulnerability detection and static analysis of Android apps
- AI-assisted reverse engineering and code refactoring
- Automated documentation generation and component identification
- Debugger-assisted execution flow and variable state analysis
FAQ from JADX-AI-MCP
What runtime dependencies does JADX-AI-MCP require?
Java 11+ and Python 3.10+ are required; the plugin runs inside JADX and the MCP Server is a Python process.
How does JADX-AI-MCP communicate with an LLM?
The JADX MCP Server (Python) receives MCP tool invocations from an LLM client, forwards them via HTTP to the JADX-AI-MCP plugin inside JADX, and returns the response.
Can JADX-AI-MCP modify decompiled code?
Yes. It includes tools to rename classes, methods, fields, packages, and variables within the JADX decompilation session.
What Android-specific data can it retrieve?
It can fetch AndroidManifest.xml content, strings.xml, resource file names and content, main activity class, application classes, and smali of any class.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント