mobilenext-mcp

Real mobile devices in the cloud for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Mobilenext List Available Devices: List your allocated devices and devices available for allocation on Mobile Next.
  • Mobilenext Allocate Device: Reserve a device from the remote fleet. If you have a session ID, provide it to add the device to that existing session. If omitted, a new session is created automatically.
  • Mobilenext Release Device: Release a device back to the remote fleet.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Real mobile devices in the cloud for AI agents. Control Android and iOS phones — launch apps, tap, swipe, type, take screenshots, read the accessibility tree — without owning any hardware or installing anything locally. Same tools as the open-source mobile-mcp, hosted by Mobile Next: connect this server and allocate a real device in seconds. Built for mobile app testing, UI automation, and agent workflows in CI. Docs: https://mobilenext.ai/docs

Список инструментов сервера (25)

Технические названия из tools/list. Нужны только разработчикам.

mobilenext_list_available_devicesList your allocated devices and devices available for allocation on Mobile Next.
mobilenext_allocate_deviceReserve a device from the remote fleet. If you have a session ID, provide it to add the device to that existing session. If omitted, a new session is created automatically. The result includes the session ID.
mobilenext_release_deviceRelease a device back to the remote fleet.
mobilenext_list_appsList all the installed apps on the device
mobilenext_launch_appLaunch an app on mobile device.
mobilenext_terminate_appStop and terminate an app on mobile device
mobilenext_create_uploadCreate a presigned upload URL for a file. Returns an uploadId and a presigned URL. PUT the file contents to the URL, then use the uploadId with mobilenext_install_app to install. For iOS, IPA files may be unsigned or ad hoc signed; Mobile Next Cloud re-signs them before installation.
mobilenext_install_appInstall an app on a mobile device. Either pass an uploadId (from mobilenext_create_upload) or a URL to a .apk/.ipa file hosted at github.com/mobile-next. For iOS, IPA files may be unsigned or ad hoc signed; Mobile Next Cloud re-signs them before installation.
mobilenext_get_screen_sizeGet the screen size of the mobile device in pixels
mobilenext_click_on_screen_at_coordinatesClick on the screen at given x,y coordinates.
mobilenext_double_tap_on_screenDouble-tap on the screen at given x,y coordinates.
mobilenext_long_press_on_screen_at_coordinatesLong press on the screen at given x,y coordinates.
mobilenext_list_elements_on_screenList elements on screen and their coordinates, with display text or accessibility label.
mobilenext_press_buttonPress a button on device
mobilenext_open_urlOpen a URL in browser on device
mobilenext_swipe_on_screenSwipe on the screen
mobilenext_type_keysType text into the focused element
mobilenext_take_screenshotTake a screenshot of the mobile device.
mobilenext_save_screenshotTake a screenshot of the mobile device and return a temporary download URL. Use this when you need to save the screenshot to a local file.
mobilenext_interact_with_deviceOpens a video streaming connection to the device, letting you interact with the device by tapping on it or pressing keys. Only call this tool when the user explicitly requests it. If you need to click on an element, use mobilenext_list_elements instead.
mobilenext_view_screenTake a screenshot of the device and display it inline. View-only, no interaction.
mobilenext_set_orientationChange the screen orientation of the device
mobilenext_get_orientationGet the current screen orientation of the device
mobilenext_start_screen_recordingStart recording the screen of a mobile device.
mobilenext_stop_screen_recordingStop an active screen recording on a mobile device.
mobilenext-mcp: подключить к Claude, ChatGPT, Cursor · Connectors.fun