Mobile Next MCP Server

by mobile-next
Verified

click_on_screen_at_coordinates

Simulate screen clicks at specified x,y coordinates for mobile automation. Use this tool in the Mobile Next MCP Server to interact with iOS and Android apps programmatically.

Instructions

Click on the screen at given x,y coordinates

Input Schema

NameRequiredDescriptionDefault
xYesThe x coordinate to click between 0 and 1
yYesThe y coordinate to click between 0 and 1

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "x": { "description": "The x coordinate to click between 0 and 1", "type": "number" }, "y": { "description": "The y coordinate to click between 0 and 1", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }

You must be authenticated.

Other Tools from Mobile Next MCP Server

Related Tools

ID: a2b6isqsub