adb_click
Automate screen interactions on Android devices by clicking at precise (x,y) coordinates using the ADB MCP Server. Ideal for remote device management and testing workflows.
Instructions
Click at specific coordinates on the device screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Device ID (optional) | |
x | Yes | X coordinate | |
y | Yes | Y coordinate |