Skip to main content
ClaudeWave

Plugin for JADX to integrate MCP server

MCP Servers2.3k stars217 forksJavaApache-2.0Updated 15d ago
Editor's note

JADX-AI-MCP is a plugin for the JADX Android decompiler that exposes decompiler functionality to Claude and other LLMs through a Model Context Protocol server, enabling AI-assisted static analysis of Android APKs directly within the JADX interface. The system works in two parts: a Java-based JADX plugin that runs an embedded HTTP server inside the decompiler, and a companion Python MCP server that relays tool calls from an MCP-compatible client to that HTTP endpoint. Claude Desktop or any MCP-compatible client connects to the Python MCP server, which in turn queries the live JADX session for decompiled class listings, method source, bytecode, and other APK metadata. This architecture lets an LLM inspect actual decompiled Java code in real time rather than working from static file exports. The primary audience is mobile security researchers, penetration testers, and SAST practitioners who want to identify vulnerabilities in Android applications without manually copying code into a separate AI chat session.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/zinja-coder/jadx-ai-mcp
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/zinja-coder/jadx-ai-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aijavallmmcpmcp-servermcp-serversmobilemodel-context-protocolmodel-context-protocol-serverspentestingreverse-engineeringsastvapt

What people ask about jadx-ai-mcp

What is zinja-coder/jadx-ai-mcp?

+

zinja-coder/jadx-ai-mcp is mcp servers for the Claude AI ecosystem. Plugin for JADX to integrate MCP server It has 2.3k GitHub stars and was last updated 15d ago.

How do I install jadx-ai-mcp?

+

You can install jadx-ai-mcp by cloning the repository (https://github.com/zinja-coder/jadx-ai-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is zinja-coder/jadx-ai-mcp safe to use?

+

Our security agent has analyzed zinja-coder/jadx-ai-mcp and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains zinja-coder/jadx-ai-mcp?

+

zinja-coder/jadx-ai-mcp is maintained by zinja-coder. The last recorded GitHub activity is from 15d ago, with 4 open issues.

Are there alternatives to jadx-ai-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy jadx-ai-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: zinja-coder/jadx-ai-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/zinja-coder-jadx-ai-mcp)](https://claudewave.com/repo/zinja-coder-jadx-ai-mcp)
<a href="https://claudewave.com/repo/zinja-coder-jadx-ai-mcp"><img src="https://claudewave.com/api/badge/zinja-coder-jadx-ai-mcp" alt="Featured on ClaudeWave: zinja-coder/jadx-ai-mcp" width="320" height="64" /></a>

More MCP Servers