MCP Appium Gestures

by AppiumTestDistribution

402 downloads
Not rated
GitHub

About

This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..

Details

Author
AppiumTestDistribution
Downloads
402
Categories
Other

- Documentation resources for seven common Appium mobile gestures
- Code generation tools for JavaScript (WebdriverIO) and Java
- Supports tap, swipe, scroll, pinch/zoom, long press, drag and drop, and double tap
- Configurable transports: stdio for local use, SSE for remote use
- Parameters for element-based or coordinate-based gestures, with optional duration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Appium Gestures
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, and start the server using stdio transport (npm start) or SSE transport (npm run start:sse). Configure it in your MCP settings file for Claude Desktop, Cursor, or other MCP clients, then access gesture resources via URIs like gesture://tap or use tools like generate-tap-code.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp appium gestures": {
            "appium-gestures": {
                "command": "npx",
                "args": [
                    "mcp-appium-gestures"
                ]
            }
        }
    }
}

McpServers

{
    "appium-gestures": {
        "command": "npx",
        "args": [
            "mcp-appium-gestures"
        ]
    }
}

MCP Appium Gestures

An MCP (Model Context Protocol) server providing resources and tools for Appium mobile gestures.

Features

- Documentation resources for common Appium mobile gestures:

- Tap
- Swipe
- Scroll
- Pinch/Zoom
- Long Press
- Drag and Drop
- Double Tap

- Tools to generate code for these gestures in different languages:
- JavaScript (WebdriverIO v9+ and below)
- Java (Appium Java Client)

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.