Headless JADX Android decompiler exposed as a Model Context Protocol (MCP) server. Single-binary wrapper installable via npx.
Headless JADX Android decompiler exposed as a Model Context Protocol (MCP) server. Single-binary wrapper installable via npx. The jadx mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.
A single-process, headless jadx decompiler + MCP server built for reverse-engineering large Android apps (e.g. Douyin: 295 MB / 55 dex) under a 20 GB heap, with every MCP tool call bounded to ~60 s. It exposes 32 RE tools to LLM clients over the official Model Context Protocol (Streamable HTTP).
Everything the assistant can do here goes through one of these:
Self — test (no MCP client needed):Flag — DefaultSession — The Session tool exposed by this serverResources — The Resources tool exposed by this server-Xmx20g for large apps (smaller apps need less). ripgrep (rg) on PATH is optional (enables regex fallback for search_in_code).Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Jadx's toolset — Self, Flag, Session and 1 more — is a fair guide to whether it matches your workflow. It is maintained by sameelsummer; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Self | test (no MCP client needed): |
| Flag | Default |
| Session | The Session tool exposed by this server. |
| Resources | The Resources tool exposed by this server. |
-Xmx20g for large apps (smaller apps need less). ripgrep (rg) on PATH is optional (enables regex fallback for search_in_code).Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.