Skip to main content
Glama

Shopmium MCP Server

by Abidil98

Shopmium MCP Server

A custom MCP server that provides high-level tools for controlling Shopmium and Quoty apps on Android emulators.

Installation

# Clone the repository git clone https://github.com/Abidil98/shopmium-mcp-server.git # Navigate to the directory cd shopmium-mcp-server # Install dependencies npm install

Usage

Starting the server

npm start

Adding to Cline MCP settings

Add the following to your Cline MCP settings file:

"github.com/Abidil98/shopmium-mcp-server": { "timeout": 60, "command": "node", "args": [ "C:/Users/Admin/shopmium-mcp-server/index.js" ], "transportType": "stdio" }

Available Tools

select_device

Select an Android device to use.

{ "device": "emulator-5554" // Optional, defaults to emulator-5554 }

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.

{ "tab": "reimburse" // One of: offers, categories, reimburse, loyaltyCards, purchases }

shopmium_navigate_to_top_tab

Navigate to a specific top tab in the Shopmium app.

{ "tab": "home" // One of: home, shopmiumParty, newItems, laundryCare }

take_screenshot

Take a screenshot of the current screen.

{}

swipe_screen

Swipe up or down on the screen.

{ "direction": "up" // One of: up, down }

click_at_coordinates

Click at specific coordinates on the screen.

{ "x": 100, "y": 200 }

type_text

Type text into the focused element.

{ "text": "Hello, world!", "submit": true // Optional, defaults to false }

terminate_app

Terminate an app.

{ "app": "shopmium" // One of: shopmium, quoty }

Example Usage in Cline

I want to launch Shopmium and navigate to the Reimburse tab.

The LLM will use the custom MCP server to:

  1. Select the device
  2. Launch Shopmium
  3. Navigate to the Reimburse tab

All without having to rediscover package names or UI element coordinates.

-
security - not tested
F
license - not found
-
quality - not tested

A custom MCP server that provides high-level tools for controlling Shopmium and Quoty apps on Android emulators, allowing for automated app navigation, interaction, and testing without needing to handle low-level implementation details.

  1. Installation
    1. Usage
      1. Starting the server
      2. Adding to Cline MCP settings
    2. Available Tools
      1. select_device
      2. launch_shopmium
      3. launch_quoty
      4. shopmium_navigate_to_tab
      5. shopmium_navigate_to_top_tab
      6. take_screenshot
      7. swipe_screen
      8. click_at_coordinates
      9. type_text
      10. terminate_app
    3. Example Usage in Cline

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
        Last updated -
        2
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.
        Last updated -
        102
        5
        JavaScript
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that enables AI assistants to control and interact with Android devices, allowing for device management, app debugging, system analysis, and UI automation through natural language commands.
        Last updated -
        29
        143
        Python
        Apache 2.0
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A FastMCP framework-based server providing Android device automation control capabilities, enabling UI interactions, device management, and application control through natural language.
        Last updated -
        Python
        • Linux
        • Apple

      View all related MCP servers

      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/Abidil98/shopmium-mcp-server'

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