jadx-ai-mcp and jadx-mcp-server

These are complementary tools that work together: the MCP server provides the backend service that the JADX plugin integrates with to enable AI-powered code analysis within the JADX decompiler.

jadx-ai-mcp
62
Established
jadx-mcp-server
55
Established
Maintenance 17/25
Adoption 10/25
Maturity 15/25
Community 20/25
Maintenance 10/25
Adoption 10/25
Maturity 15/25
Community 20/25
Stars: 1,437
Forks: 154
Downloads:
Commits (30d): 8
Language: Java
License: Apache-2.0
Stars: 322
Forks: 53
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
No Package No Dependents
No Package No Dependents

About jadx-ai-mcp

zinja-coder/jadx-ai-mcp

Plugin for JADX to integrate MCP server

Exposes JADX decompilation capabilities through MCP tools (fetch classes, search methods, retrieve manifests, access resources), enabling LLMs to perform live static analysis and vulnerability detection on Android APKs. The architecture uses an HTTP bridge between the JADX plugin and a Python MCP server, allowing Claude and other LLM clients to query decompiled code and APK metadata in real time. Supports multi-agent LLM workflows for collaborative reverse engineering and security analysis.

About jadx-mcp-server

zinja-coder/jadx-mcp-server

MCP server for JADX-AI Plugin

Implements a Python-based MCP server that bridges LLMs with JADX via HTTP requests to a plugin, exposing 20+ tools for live Android APK analysis including class/method extraction, manifest parsing, smali bytecode retrieval, and variable renaming. Communicates with the JADX-AI-MCP plugin using a request-handler architecture that queries the decompiled app context directly, enabling real-time vulnerability detection and code-aware LLM recommendations without context switches.

Scores updated daily from GitHub, PyPI, and npm data. How scores work