Skip to main content
Glama
mobile-next

Mobile Next MCP Server

Official
by mobile-next

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
mobile_list_available_devicesA

List all available devices. This includes both physical devices and simulators. If there is more than one device returned, you need to let the user select one of them.

mobile_list_appsA

List all the installed apps on the device

mobile_launch_appA

Launch an app on mobile device. Use this to open a specific app. You can find the package name of the app by calling list_apps_on_device.

mobile_terminate_appB

Stop and terminate an app on mobile device

mobile_install_appB

Install an app on mobile device

mobile_uninstall_appB

Uninstall an app from mobile device

mobile_get_screen_sizeA

Get the screen size of the mobile device in pixels

mobile_click_on_screen_at_coordinatesA

Click on the screen at given x,y coordinates. If clicking on an element, use the list_elements_on_screen tool to find the coordinates.

mobile_double_tap_on_screenA

Double-tap on the screen at given x,y coordinates.

mobile_long_press_on_screen_at_coordinatesA

Long press on the screen at given x,y coordinates. If long pressing on an element, use the list_elements_on_screen tool to find the coordinates.

mobile_list_elements_on_screenA

List elements on screen and their coordinates, with display text or accessibility label. Do not cache this result.

mobile_press_buttonB

Press a button on device

mobile_open_urlB

Open a URL in browser on device

mobile_swipe_on_screenC

Swipe on the screen

mobile_type_keysB

Type text into the focused element

mobile_save_screenshotB

Save a screenshot of the mobile device to a file

mobile_take_screenshotA

Take a screenshot of the mobile device. Use this to understand what's on screen, if you need to press an element that is available through view hierarchy then you must list elements on screen instead. Do not cache this result.

mobile_set_orientationB

Change the screen orientation of the device

mobile_get_orientationA

Get the current screen orientation of the device

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-next/mobile-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server