Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next
Apache 2.0
1,716
1,753
  • Apple
  • Linux

mobile_use_device

Select a simulator, iOS, or Android device for mobile automation testing. Retrieve available devices using the list_available_devices tool to streamline device selection and configuration.

Instructions

Select a device to use. This can be a simulator or an Android device. Use the list_available_devices tool to get a list of available devices.

Input Schema

NameRequiredDescriptionDefault
deviceYesThe name of the device to select
deviceTypeYesThe type of device to select

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "device": { "description": "The name of the device to select", "type": "string" }, "deviceType": { "description": "The type of device to select", "enum": [ "simulator", "ios", "android" ], "type": "string" } }, "required": [ "device", "deviceType" ], "type": "object" }

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