Skip to main content
Glama

Mobile Next MCP Server

Official
by mobile-next
Apache 2.0
1,890
1,935
  • Apple
  • Linux

mobile_type_keys

Automate text input on mobile devices by typing into focused elements, with an option to simulate pressing the enter key for submission. Ideal for iOS and Android app interactions.

Instructions

Type text into the focused element

Input Schema

NameRequiredDescriptionDefault
submitYesWhether to submit the text. If true, the text will be submitted as if the user pressed the enter key.
textYesThe text to type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "submit": { "description": "Whether to submit the text. If true, the text will be submitted as if the user pressed the enter key.", "type": "boolean" }, "text": { "description": "The text to type", "type": "string" } }, "required": [ "text", "submit" ], "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