Skip to main content
Glama

Android MCP Server

by jduartedj

android_touch

Simulate touch interactions on Android device screens by specifying exact coordinates and duration for automated testing or remote control.

Instructions

Simulate a touch event at specific screen coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate
durationNoTouch duration in milliseconds (default: 100)
deviceSerialNoSpecific device serial number to target (optional)

Input Schema (JSON Schema)

{ "properties": { "deviceSerial": { "description": "Specific device serial number to target (optional)", "type": "string" }, "duration": { "default": 100, "description": "Touch duration in milliseconds (default: 100)", "type": "number" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }

Other Tools from Android MCP Server

Related Tools

    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/jduartedj/android-mcp-server'

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