mcp-appium-gestures
18
The MCP Appium Gestures project provides a server for implementing and generating code for mobile gestures using the Model Context Protocol. It supports various gestures, integrates with Appium, and offers tools for generating gesture-based code in JavaScript and Java.
What programming languages are supported for code generation?
The server supports code generation in JavaScript and Java.
How can I start the server for local use?
You can start the server with stdio transport using the command npm start
or npm run start:stdio
.
Can the server be used remotely?
Yes, the server can be started with SSE transport for remote use using npm run start:sse
.
How do I integrate the server with Claude?
Add the server configuration to your MCP settings file under the mcpServers
object.
What gestures are documented by the server?
The server provides documentation for tap, swipe, scroll, pinch/zoom, long press, drag and drop, and double tap gestures.