Shopmium MCP Server
@Abidil98
About Shopmium MCP Server
Custom MCP server for controlling Shopmium and Quoty apps
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments