Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Jadx AI MCP
Jadx AI MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:02:43 AM

Jadx AI MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2.8k GitHub StarsTotal stargazers on GitHub for the source repository (2,767 stars).Visit Website
androidreverse-engineeringstatic-analysisjadxsecurity

Connects JADX-GUI to MCP so Claude can inspect decompiled Android classes, methods, fields, and smali.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "zinja-coder-jadx-ai-mcp": {
      "command": "uvx",
      "args": [
        "httpx"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

The zinja-coder/jadx-ai-mcp MCP server connects a modified JADX-GUI build to LLM clients for interactive Android reverse engineering. It exposes the active decompiler project and selected code through MCP tools, including class, method, field, source, and smali queries. Use it when reviewing an APK in JADX and you want Claude to inspect code context without manually copying decompiled sources. The project is an early-stage developer beta and requires the JADX-AI plugin alongside its Python MCP server.

Use cases

โ€ขInspect selected classes from an Android APK
โ€ขAnalyze methods for insecure API usage
โ€ขSearch decompiled projects for methods
โ€ขReview Java and smali code with Claude
โ€ขTrace fields, methods, and class relationships

Key features

โ€ขExposes selected JADX-GUI classes over MCP
โ€ขRetrieves Java source and smali code
โ€ขLists project classes, methods, and fields
โ€ขSupports method-name searches across classes
โ€ขProvides Claude Desktop integration
โ€ขEnables beta real-time code review

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Jadx AI MCP.

Extracted Tool Capabilities
Exposes selected JADX-GUI classes over MCP
Retrieves Java source and smali code
Lists project classes, methods, and fields
Supports method-name searches across classes
Provides Claude Desktop integration
Enables beta real-time code review

How Jadx AI MCP works

What zinja-coder/jadx-ai-mcp MCP server does

The zinja-coder/jadx-ai-mcp MCP server links a modified JADX-GUI application with an MCP-compatible client. It is intended for examining Android applications that have been loaded into JADX, giving an LLM access to the decompiler's current project state and selected code.

The repository combines two parts: a JADX-AI plugin and a separate Python MCP server. The plugin extends JADX-GUI and communicates with the server, while the server exposes decompiled application data as MCP tools. The documented workflow uses Claude Desktop, where prompts can request explanations, static analysis, vulnerability checks, or reverse-engineering assistance based on the code currently available in JADX.

Use this project for authorized analysis of APKs, such as reviewing application behavior, tracing methods, examining possible obfuscation, or checking decompiled code for security issues. It is not presented as a general-purpose Android decompiler replacement; the MCP functionality depends on the modified JADX environment.

How it works

First, install and run the JADX-AI build, load an APK, and navigate to the relevant class or text in the GUI. The MCP server communicates with that running application over the local setup described by the project. It can retrieve the selected class, selected text, project class list, Java source, methods, fields, and smali representation.

An MCP client invokes these operations as tools. For example, a client can fetch the selected class before asking an LLM to summarize it, inspect a method for insecure API use, or identify network and file operations. The repository also describes a built-in Claude interaction in the GUI and local MCP client interoperability. Tool results provide code context; interpretation and suggested analysis come from the connected LLM.

Setup and configuration

The zinja-coder/jadx-ai-mcp MCP server is distributed with the JADX-AI release materials rather than as a documented one-command package installation. Download the release archive, unpack it, install the included plugin into JADX-GUI, and enter the directory containing the Python server files.

The documented environment uses uv. Create a virtual environment, activate it, and install the listed dependencies, including httpx and fastmcp. The example Claude Desktop configuration starts uv with the server directory, then runs jadx_mcp.py. The directory and executable paths in that configuration must be changed to match the local installation.

After configuring Claude Desktop with MCP enabled, launch JADX-GUI, open an APK, and confirm that the MCP tools are visible in the client. The README's example workflow asks Claude to fetch the selected class and perform a quick static analysis. Access may need to be approved when the client prompts for permission.

Tools and capabilities

The server documents these MCP tools:

  • fetch_current_class() retrieves the selected class name and complete source.
  • get_selected_text() returns the text currently selected in the GUI.
  • get_all_classes() lists classes in the loaded project.
  • get_class_source(class_name) returns a class's source.
  • get_method_by_name(class_name, method_name) retrieves a method's source.
  • search_method_by_name(method_name) searches for a method across classes.
  • get_methods_of_class(class_name) lists methods in a class.
  • get_fields_of_class(class_name) lists fields in a class.
  • get_method_code(class_name, method_name) provides the documented alias for method lookup.
  • get_smali_of_class(class_name) retrieves a class's smali code.

These tools support code comprehension, lightweight static analysis prompts, reverse-engineering questions, and documentation requests. The README also describes exporting the selected class, automated Claude analysis, and returning suggestions inline through the plugin integration.

Limitations and notes

The project identifies itself as early-stage software and warns of bugs, crashes, and logical errors. Real-time code review is described as beta support. The documented future roadmap includes apktool support, Hermes code support, additional MCP tools, and modifying code through the LLM; these are not current capabilities to assume.

Use the tools only with applications you own or are authorized to assess. The repository provides the software under the Apache 2.0 license inherited from JADX and places responsibility for lawful and ethical use on the user. The project does not document hosted operation or a remote service; its setup is local and centered on JADX-GUI.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    ๐Ÿ”’ Security3 views
    Compare vs Apktool MCP Server โ†’
  • GhidraMCP logoGhidraMCP

    A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling binaries, renaming methods and data, and listing methods, classes, imports, and exports.

    ๐Ÿ”’ Security3 views
    Compare vs GhidraMCP โ†’
  • R2mcp logoR2mcp

    MCP server for Radare2 disassembler. Provides AI with capability to disassemble and look into binaries for reverse engineering.

    ๐Ÿ”’ Security2 views
    Compare vs R2mcp โ†’
  • Code Pathfinder logoCode Pathfinder

    Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

    ๐Ÿ”’ Security3 views
    Compare vs Code Pathfinder โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
2.8k
Stargazers on the source repository.
npm downloads
634k
Package downloads in the last 30 days.
Last commit
13d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Jadx AI MCP

Download and unpack the JADX-AI release, install its plugin in JADX-GUI, then create a uv environment in the server directory and install the documented httpx and fastmcp dependencies.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJadx AI MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/zinja-coder-jadx-ai-mcp?style=directory)](https://allmcps.com/mcp/zinja-coder-jadx-ai-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/zinja-coder-jadx-ai-mcp"><img src="https://allmcps.com/api/badge/zinja-coder-jadx-ai-mcp?style=directory" alt="Jadx AI MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
8/9 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2,767
GitHub Star CountTotal stargazers on GitHub representing community popularity (2,767 stars).
Last commit13d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 30, 2026
npm downloads634,128/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership7/20
Documentation & tools24/30
Adoption & activity14/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

1 high-severity advisory on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 1High 0Medium 0Low 1

Scanned 19d ago via OSV.dev ยท httpx (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Jadx AI MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code