Provides high-level tools for controlling Android emulators, allowing users to select devices, take screenshots, swipe screens, click at coordinates, type text, and interact with specific Android apps.
Enables integration with GitHub for accessing the MCP server repository and configuration.
Allows installation and execution of the server using npm package management commands.
Shopmium MCP Server
A custom MCP server that provides high-level tools for controlling Shopmium and Quoty apps on Android emulators.
Installation
Related MCP server: DroidMind
Usage
Starting the server
Adding to Cline MCP settings
Add the following to your Cline MCP settings file:
Available Tools
select_device
Select an Android device to use.
launch_shopmium
Launch the Shopmium app.
launch_quoty
Launch the Quoty app.
shopmium_navigate_to_tab
Navigate to a specific tab in the Shopmium app.
shopmium_navigate_to_top_tab
Navigate to a specific top tab in the Shopmium app.
take_screenshot
Take a screenshot of the current screen.
swipe_screen
Swipe up or down on the screen.
click_at_coordinates
Click at specific coordinates on the screen.
type_text
Type text into the focused element.
terminate_app
Terminate an app.
Example Usage in Cline
The LLM will use the custom MCP server to:
Select the device
Launch Shopmium
Navigate to the Reimburse tab
All without having to rediscover package names or UI element coordinates.