mobile-mcp
Mobile Next is an MCP server focused on mobile automation and development, offering a unified platform for interacting with iOS and Android applications. Its key features include structured data extraction and robust interaction capabilities that support native app automation without needing deep platform-specific knowledge. The project facilitates scalable solutions for developers working with mobile agents and automation frameworks.
mobile_list_apps
List all applications installed on your device
mobile_launch_app
Start the specified application on the device/emulator
mobile_terminate_app
Terminate running applications
mobile_get_screen_size
Get the screen size (pixel) of a mobile device
mobile_click_on_screen_at_coordinates
Click on the specified position on the screen based on coordinates
mobile_list_elements_on_screen
List elements on the screen and their coordinates
mobile_element_tap
Click on the UI element via the accessibility locator
mobile_tap
Click on the specified coordinates on the screen
mobile_press_button
Press the buttons on the device (such as home page, return, volume, power, etc.)
mobile_open_url
Open URL in device browser
mobile_type_text
Enter text in a focused UI element
mobile_element_swipe
Slide from one UI element to another UI element
mobile_swipe
Perform a swipe gesture between two screen coordinates
mobile_press_key
Press the hardware key or trigger a special event
mobile_take_screenshot
Capture screenshots of the current device screen
mobile_get_source
Get the current device UI structure (accessibility snapshot)