Jadx MCP Plugin
JSON →A Java plugin that exposes the Jadx decompiler API over HTTP for interaction with MCP clients.
Install
pip install -r Tools · 7
- 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
Links
★ 96 GitHub stars