MCP Hub
Back to servers

Jadx Daemon

A specialized MCP server that provides Android APK and DEX file decompilation capabilities using the jadx library, designed for malware analysis, reverse engineering, and security research.

Stars
4
Forks
1
Updated
Dec 20, 2025
Validated
Feb 1, 2026

Jadx Daemon MCP

A jadx daemon service MCP server.

{
  "mcpServers": {
    "jadx": {
      "disabled": false,
      "timeout": 1800,
      "type": "stdio",
      "command": "python3",
      "args": [
        "jadx-daemon-mcp/server.py"
      ],
      "env": {
        "JADX_DAEMON_MCP_HOST": "localhost"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review