mcp-mumu
Provides tools for controlling an Android emulator (MuMu Player 12), including app management, UI automation, shell commands, screenshots, network settings, and more.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-mumulaunch Twitter on emulator 1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-mumu
MCP Server for AI agents to control MuMu Player 12 (Netease) Android Emulator. 59 tools for emulator lifecycle, app management, UI automation, screenshots, and more.
Requirements
Python >= 3.10
MuMu Player 12 installed
mcp>=1.0.0
Related MCP server: uiautomator2 MCP Server
Install
pip install -e .Run
mcp-mumu
mcp-mumu --mumu-path "D:\Path\To\MuMuPlayer\nx_main"
mcp-mumu --list-toolsMCP Config
{
"mcp": {
"mcp-mumu": {
"type": "local",
"command": ["mcp-mumu"],
"enabled": true
}
}
}With custom MuMu path:
{
"mcp": {
"mcp-mumu": {
"type": "local",
"command": ["mcp-mumu", "--mumu-path", "C:\\Program Files\\Netease\\MuMuPlayer\\nx_main"],
"enabled": true
}
}
}Tools
Lifecycle — mumu_list mumu_create mumu_clone mumu_delete mumu_start mumu_stop mumu_reboot
Config — mumu_settings_get mumu_settings_get_writable mumu_settings_set mumu_set_resolution mumu_set_cpu mumu_set_ram mumu_set_device mumu_spoof_identity mumu_set_root mumu_set_fps
Apps — mumu_app_install mumu_app_uninstall mumu_app_launch mumu_app_close mumu_app_info mumu_app_list mumu_app_clear_data
UI — mumu_tap mumu_swipe mumu_long_press mumu_text_input mumu_key_event mumu_press_home mumu_press_back mumu_press_recent mumu_scroll_down mumu_scroll_up mumu_rotate mumu_rotate_reset mumu_volume mumu_shake
Screenshot — mumu_screenshot mumu_screenshot_base64 mumu_screen_size
Network — mumu_network_info mumu_public_ip mumu_gps_set mumu_airplane_mode mumu_wifi_toggle
Shell — mumu_shell mumu_push mumu_pull mumu_logcat mumu_prop_get mumu_prop_set mumu_export mumu_import
Compound — mumu_boot_ready mumu_fresh_start_app mumu_batch_install mumu_monkey_test mumu_rename
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Mozark's MCP server for AI-powered app testing: device access, test automation, and QA insights.
MCP server for building and testing AI agents with multi-model experimentation and insights.
The official MCP Server for the Mux API
Related MCP Servers
- FlicenseBqualityDmaintenanceMCP server for Android device automation via ADB, enabling screen control, phone functions, app management, and device control.301-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools for controlling Android devices using uiautomator2, enabling AI to automate tasks like tapping, swiping, and managing apps.87 PyPI44Apache 2.0
- AlicenseBqualityAmaintenanceMCP server for Android emulator automation via ADB.1761 npm4MIT
- AlicenseNot gradedqualityBmaintenanceLocal MCP server for Android emulator control, exposing tools to get emulator status, inspect UI tree, capture screenshots, and open App settings via Appium and ADB.ISC