Skip to main content
Glama

MCP Appium Server

by Rahulec08

smart-tap

Automate mobile app testing by intelligently tapping an element using multiple locator strategies. Specify an element identifier, optional text, and timeout for reliable interaction within the MCP Appium Server.

Instructions

Intelligently tap an element trying different locator strategies in a specific order

Input Schema

NameRequiredDescriptionDefault
elementIdentifierYesText, ID, or other identifier for the element
textNoOptional text content to use for XPath fallback
timeoutMsNoTimeout in milliseconds (default: 10000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "elementIdentifier": { "description": "Text, ID, or other identifier for the element", "type": "string" }, "text": { "description": "Optional text content to use for XPath fallback", "type": "string" }, "timeoutMs": { "description": "Timeout in milliseconds (default: 10000)", "type": "number" } }, "required": [ "elementIdentifier" ], "type": "object" }
Install Server

Other Tools from MCP Appium 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/Rahulec08/appium-mcp'

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