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.
Server Config
{
"mcpServers": {
"android-mobile-mcp": {
"command": "uvx",
"args": [
"android-mobile-mcp"
]
}
}
}