Skip to main content
Glama

ADB MCP Server

by richard0913

adb_click

Execute screen clicks at precise coordinates on Android devices using the ADB MCP Server, enabling automation and testing for remote device management and screen operations.

Instructions

Click at specific coordinates on the device screen

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "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/richard0913/adb-mcp'

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