Skip to main content
Glama

Android Mobile MCP

by erichung9060

mobile_click

Click on specific screen coordinates to interact with Android device interfaces. Perform precise touch actions by providing X and Y coordinates for targeted UI elements.

Instructions

Click on a specific coordinate on the Android screen.

Args: x: X coordinate to click y: Y coordinate to click

Input Schema

NameRequiredDescriptionDefault
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "x": { "type": "integer" }, "y": { "type": "integer" } }, "required": [ "x", "y" ], "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/erichung9060/Android-Mobile-MCP'

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