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.

评论

其他 分类下的更多 MCP 服务器