MCP Servers / development / Jadx MCP Plugin

Jadx MCP Plugin

JSON →
none96development

A Java plugin that exposes the Jadx decompiler API over HTTP for interaction with MCP clients.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: jadx-mcp-plugin
Tools
What this server exposes
list_all_classes
Get all decompiled class names
search_class_by_name
Find classes matching a string
get_class_source
Get full source of a given class
search_method_by_name
Find methods matching a string
get_methods_of_class
List all method names in a class
get_fields_of_class
List all field names in a class
get_method_code
Extract decompiled code for a method
Configuration
Environment & auth
authnone
Resources
Jadx MCP Plugin — MCP Server · libregistry