erichung9060/Android-Mobile-MCP
If you are the rightful owner of Android-Mobile-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Android Mobile MCP enables AI agents to interact with Android devices through UI manipulation, app management, and screen capture.
Tools
Functions exposed to the LLM to take actions
mobile_dump_ui
Extracts UI elements as hierarchical JSON for analysis.
mobile_take_screenshot
Captures the current screen state as PNG image data.
mobile_click
Clicks at specific coordinates on the device screen.
mobile_swipe
Performs swipe gestures between two coordinate points.
mobile_type
Inputs text into the currently focused field.
mobile_key_press
Presses system buttons like BACK, HOME, and RECENT.
mobile_list_apps
Lists installed applications, excluding system apps.
mobile_launch_app
Starts applications by package name.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client