MCP Directory
Back

jadx-mcp-server

by zinja-coder · Python · ★ 688

MCP server for JADX-AI Plugin

#ai#android-hacking#android-reverse-engineering#application-security#llm#mcp#mcp-server#mcp-servers#mobile-security#model-context-protocol#model-context-protocol-server#python#reverse-engineering#vapt

Install

pip install git+https://github.com/zinja-coder/jadx-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "jadx-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/zinja-coder/jadx-mcp-server.git"
      ]
    }
  }
}

From the README

⚡ Fully automated MCP server built to communicate with JADX-AI-MCP Plugin to analyze Android APKs using LLMs like Claude — uncover vulnerabilities, parse manifests, and reverse engineer effortlessly. [](http://www.apache.org/licenses/LICENSE-2.0.html) Thanks to these wonderful people for their contributions ⭐ ljt270864457 badmonkey7 p0px bx33661 Haicaji Mo…
Read full README on GitHub →

Related ai & ml servers