jadx-mcp-server and mobile-mcp
These two tools are competitors because both are implementations of the Model Context Protocol (MCP) server, offering mobile automation capabilities but with different specific focuses (JADX-AI plugin integration vs. general mobile automation).
About jadx-mcp-server
zinja-coder/jadx-mcp-server
MCP server for JADX-AI Plugin
Implements a Python-based MCP server that bridges LLMs with JADX via HTTP requests to a plugin, exposing 20+ tools for live Android APK analysis including class/method extraction, manifest parsing, smali bytecode retrieval, and variable renaming. Communicates with the JADX-AI-MCP plugin using a request-handler architecture that queries the decompiled app context directly, enabling real-time vulnerability detection and code-aware LLM recommendations without context switches.
About mobile-mcp
runablehq/mobile-mcp
A Model Context Protocol (MCP) server that provides mobile automation capabilities.
Leverages Android Debug Bridge (ADB) to interact with physical devices and emulators, parsing UI hierarchies as structured text dumps that LLMs can reason about without visual processing. Integrates directly with Claude Desktop and VS Code through MCP, enabling AI assistants to programmatically tap, swipe, and navigate mobile interfaces. Currently supports Android with iOS support planned.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work