MCP.so
ログイン

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

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

java

トランスポート

stdio

公開者

zinja-coder

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ