JaDX

v1.0.0Securitystable

A Pure-Java MCP Server for JaDX Android Reverse Engineering Tool

aiandroid-hackingandroid-reverse-engineeringandroid-securityapplication-security
Share:
23
Stars
0
Downloads
0
Weekly
0/5

What is JaDX?

JaDX is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to pure-java mcp server for jadx android reverse engineering tool

A Pure-Java MCP Server for JaDX Android Reverse Engineering Tool

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Pure-Java MCP Server for JaDX Android Reverse Engineering

Use Cases

Android reverse engineering
APK analysis and decompilation
Security code review
Qtty

Maintainer

LicenseMIT
Languagejava
Versionv1.0.0
UpdatedApr 30, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx jadx

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use JaDX

The JADX MCP Server is a pure-Java MCP server that exposes the decompilation and analysis capabilities of the JADX Android reverse engineering tool to AI assistants. It allows you to load APK files and query their contents — decompiling classes to Java source, extracting Smali bytecode, listing exported Android components, reading the manifest, and searching methods — entirely through natural-language prompts. Security researchers and penetration testers use it to accelerate APK audits, enabling Claude or other AI agents to investigate Android application code without manual decompilation steps.

Prerequisites

  • Java 11 or higher installed, with JAVA_HOME set correctly
  • Maven 3.6+ for building the server JAR from source
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • An APK file to analyze (no API keys or external accounts required)
1

Clone the repository

Clone the jadx-mcp-server repository to your local machine.

git clone https://github.com/Qtty/jadx-mcp-server.git
cd jadx-mcp-server
2

Build the server JAR

Use the provided build script or run Maven directly. The build produces a fat JAR in the `target/` directory.

# Using the build script
chmod +x build.sh && ./build.sh

# Or manually with Maven
mvn clean package
3

Note the JAR path for configuration

After building, the JAR will be at `target/jadx-mcp-server-1.0.0.jar`. Copy the absolute path — you will need it in the MCP client configuration.

ls target/jadx-mcp-server-*.jar
4

Add the server to Claude Desktop configuration

Add the JADX server to `claude_desktop_config.json`. The server is launched via the `java` command with the stdio flag and the path to the built JAR.

{
  "mcpServers": {
    "jadx-analyzer": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-jar",
        "/absolute/path/to/jadx-mcp-server/target/jadx-mcp-server-1.0.0.jar"
      ]
    }
  }
}
5

Restart Claude Desktop and verify tools

Restart Claude Desktop. Tools like `load_apk`, `get_all_classes`, and `get_class_source` should now be available. Run the test suite optionally to validate your setup.

chmod +x test.sh
./test.sh /path/to/your/app.apk suite

JaDX Examples

Client configuration

Claude Desktop configuration for the JADX MCP server using the Java stdio transport.

{
  "mcpServers": {
    "jadx-analyzer": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-jar",
        "/path/to/jadx-mcp-server/target/jadx-mcp-server-1.0.0.jar"
      ]
    }
  }
}

Prompts to try

Example prompts for Android APK security analysis using the exposed JADX tools.

- "Load the APK at /home/user/targets/com.example.app.apk and give me an overview"
- "List all classes in the loaded APK and identify any that reference crypto or encryption"
- "Get the full source code for the MainActivity class"
- "Show me all exported components in the manifest — are any exploitable?"
- "Get the Smali bytecode for the login method in the AuthManager class"
- "Search for any methods named 'verify' or 'checkLicense' and show their source"

Troubleshooting JaDX

java command not found or wrong Java version

Ensure Java 11+ is installed and JAVA_HOME points to the correct JDK. Run `java -version` to verify. On Mac, install via `brew install openjdk@17` and follow the symlink instructions homebrew provides.

Maven build fails with dependency resolution errors

Ensure Maven 3.6+ is installed (`mvn --version`) and you have internet access during the build to download dependencies from Maven Central. Behind a corporate proxy, set `MAVEN_OPTS` with your proxy settings.

load_apk tool returns an error or fails silently

Use an absolute path to the APK file. Relative paths may not resolve correctly depending on the working directory when the Java process is spawned by the MCP client. Also ensure the APK is not corrupted by verifying its size is non-zero.

Frequently Asked Questions about JaDX

What is JaDX?

JaDX is a Model Context Protocol (MCP) server that pure-java mcp server for jadx android reverse engineering tool It connects AI assistants to external tools and data sources through a standardized interface.

How do I install JaDX?

Follow the installation instructions on the JaDX GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with JaDX?

JaDX works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is JaDX free to use?

Yes, JaDX is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

JaDX Alternatives — Similar Security Servers

Looking for alternatives to JaDX? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "jadx": { "command": "npx", "args": ["-y", "jadx"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use JaDX?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides