Android Mobile Mcp
@erichung9060
About Android Mobile Mcp
Android Mobile MCP is a server implementation that bridges the Model Context Protocol with Android device automation capabilities. It provides a comprehensive set of tools for interacting with Android devices, including UI element detection, touch interactions, text input, app ma
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"android-mobile-mcp": {
"command": "uvx",
"args": [
"android-mobile-mcp"
]
}
}
}Tools
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 Android Mobile Mcp?
Android Mobile Mcp is a server implementation that bridges the Model Context Protocol with Android device automation capabilities. It provides a comprehensive set of tools for interacting with Android devices, including UI element detection, touch interactions, text input, app management, and screenshot capture.
How to use Android Mobile Mcp?
Install the server using uvx android-mobile-mcp. Ensure your Android device has USB debugging enabled, ADB is installed on your system, and the device is connected via USB or accessible over the network.
Key features of Android Mobile Mcp
- UI element detection with text and coordinates
- Touch interactions: click, swipe, key press
- Text input with optional submit
- Screenshot capture of current screen state
- App management: list and launch applications
- Physical/virtual button pressing (BACK, HOME, ENTER, etc.)
Use cases of Android Mobile Mcp
- Automating UI testing on Android devices
- Performing remote touch interactions via AI assistants
- Managing installed apps programmatically
- Capturing screenshots for debugging or analysis
FAQ from Android Mobile Mcp
How do I install Android Mobile Mcp?
Run uvx android-mobile-mcp in your terminal.
What are the prerequisites for using Android Mobile Mcp?
You need an Android device with USB debugging enabled, ADB (Android Debug Bridge) installed on your system, and the device connected via USB or accessible over the network.
What tools does Android Mobile Mcp provide?
It offers tools for UI dump, click, type, key press, swipe, screenshot capture, app list, and app launch.
Can I control multiple Android devices?
The README does not mention multi-device support; it focuses on a single connected device.
Does Android Mobile Mcp require root access?
The README does not specify root requirements; only USB debugging and ADB are listed as prerequisites.
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.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments