mcp-mumu
MCP server to control MuMu Player 12 Android emulator, providing 59 tools for emulator lifecycle, app management, UI automation, screenshots, and more.
README
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
Install
pip install -e .
Run
mcp-mumu
mcp-mumu --mumu-path "D:\Path\To\MuMuPlayer\nx_main"
mcp-mumu --list-tools
MCP 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.