Skip to main content
Glama

MCP Appium Server

by Rahulec08

inspect-and-act

Identify UI elements with detailed locators and perform actions like tap, sendKeys, longPress, or clear to automate mobile app testing using the MCP Appium Server.

Instructions

Inspect UI to identify element locators and then perform an action

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on the element
elementIdentifierNoText, partial resource-id, or other identifier to search for
longPressMsNoDuration in ms if action is longPress
refreshSourceNoWhether to refresh page source before inspection
saveLocatorsNoWhether to save found locators for future reference
strategyNoInitial strategy to try if provided: id, accessibility id, xpath
textNoText to input if action is sendKeys
timeoutMsNoTimeout in milliseconds (default: 10000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform on the element", "enum": [ "tap", "sendKeys", "longPress", "clear" ], "type": "string" }, "elementIdentifier": { "description": "Text, partial resource-id, or other identifier to search for", "type": "string" }, "longPressMs": { "description": "Duration in ms if action is longPress", "type": "number" }, "refreshSource": { "description": "Whether to refresh page source before inspection", "type": "boolean" }, "saveLocators": { "description": "Whether to save found locators for future reference", "type": "boolean" }, "strategy": { "description": "Initial strategy to try if provided: id, accessibility id, xpath", "type": "string" }, "text": { "description": "Text to input if action is sendKeys", "type": "string" }, "timeoutMs": { "description": "Timeout in milliseconds (default: 10000)", "type": "number" } }, "required": [ "action" ], "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