MCP.so
ログイン

Shopmium MCP Server

@Abidil98

Shopmium MCP Server について

Custom MCP server for controlling Shopmium and Quoty apps

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

Abidil98

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Shopmium MCP Server?

Shopmium MCP Server is a custom Model Context Protocol server that provides high-level tools for controlling Shopmium and Quoty Android apps on emulators. It enables LLMs to automate interactions with these apps without needing to know low-level UI details.

How to use Shopmium MCP Server?

Clone the repository, run npm install, then start the server with npm start. Add the server configuration to your Cline MCP settings file using the provided JSON, pointing to index.js. Tools are invoked via MCP commands such as select_device, launch_shopmium, or shopmium_navigate_to_tab.

Key features of Shopmium MCP Server

  • Select Android device (default emulator-5554)
  • Launch Shopmium and Quoty apps
  • Navigate Shopmium tabs (offers, reimburse, etc.)
  • Navigate Shopmium top tabs (home, party, etc.)
  • Take screenshots and swipe screen
  • Click at coordinates and type text

Use cases of Shopmium MCP Server

  • Automate testing of Shopmium app flows on emulator
  • Guide an LLM to navigate specific app tabs without hardcoding UI elements
  • Execute repetitive actions like taking screenshots or swiping
  • Launch and terminate apps remotely via MCP commands

FAQ from Shopmium MCP Server

What apps does this server control?

It controls Shopmium and Quoty apps on Android emulators.

What transport does the server use?

It uses stdio transport, as shown in the Cline MCP settings configuration.

How do I configure the server in Cline?

Add a JSON entry with command "node" and args pointing to index.js, with a timeout of 60 seconds.

Can I use this without an Android emulator?

No, the server requires an Android emulator device to interact with the apps.

Is authentication required?

No authentication is mentioned; the server directly controls ADB-connected emulators.

コメント

「その他」の他のコンテンツ