Android UI Agent MCP Server
Provides tools for automating Android UI interactions, including device management, UI snapshot, element finding, tap, type, swipe, navigation, and performance monitoring.
Click on "Install 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., "@Android UI Agent MCP Serverlist connected devices"
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.
Android UI Agent MCP Server
uiautomator2 기반 Android UI 자동화를 MCP 도구로 제공합니다.
Quickstart
cd /home/physics91/dev/android-tester
pip install -e .
adb devices
python src/server.pyMCP 클라이언트 설정 예시 (Claude Code):
{
"mcpServers": {
"android-ui-agent": {
"command": "python",
"args": ["/home/physics91/dev/android-tester/src/server.py"]
}
}
}기본 사용 흐름:
device_list로 디바이스 확인device_snapshot으로 UI 스냅샷/refs 획득device_tap,device_type등으로 상호작용
Related MCP server: adb-mcp-server
MCP 툴 목록
Device:
device_list(연결 목록),device_select(기본 지정),device_info(정보),device_unlock(잠금 해제)Snapshot & Find:
device_snapshot(UI 스냅샷+refs),screenshot(base64 PNG),find_element(조건 검색)Interaction:
device_tap,device_double_tap,device_long_press,device_type,device_swipe,clear_textNavigation:
app_start,app_stop,app_current,go_back,go_home,press_key,open_notification,open_quick_settings,set_orientationWait:
wait_seconds,wait_for_element,wait_for_text,wait_for_activity,wait_for_element_goneWatchers:
watcher_add,watcher_remove,watcher_list,watcher_start,watcher_stop,watcher_trigger_onceRecording:
start_gesture_recording,add_gesture_event,stop_gesture_recording,play_gesture_recording,list_gesture_recordings,export_gesture_recording,import_gesture_recording,delete_gesture_recordingPerformance:
get_performance_metrics,start_performance_monitor,stop_performance_monitor
의존성
mcp>=1.0.0- MCP 서버 프레임워크uiautomator2>=3.4.0- Android UI 자동화Pillow>=10.0.0- 이미지 처리
테스트
# Android 디바이스 연결 필요
pytest tests/test_server.py -vThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi
Melaya is a remote MCP server. It gives an assistant hands on your own Android phone and browser: it reads the screen through the accessibility tree, then taps, types and navigates inside the apps and sites you allow-list, with no per-app API. It also builds, schedules and runs agent pipelines across 6k+ connected tools. OAuth 2.1, nothing to install.
Control real Android and iOS devices with LLM agents — tap, swipe, type, automate flows.
Drive real devices from your AI Coding tool. Embed a client SDK (Unity, Godot, Flutter, iOS/macOS, Android, React Native, Web) in your app, then capture screenshots, traverse the UI tree, inject taps and key events, and run automated test tasks on the physical device over a secure relay.
Related MCP Servers
- FlicenseBqualityDmaintenanceMCP server for Android device automation via ADB, enabling screen control, phone functions, app management, and device control.301-
- AlicenseNot gradedqualityDmaintenanceEnables MCP-compatible agents to control an Android device over the network via ADB, providing tools for shell commands, screen capture, UI inspection, file operations, and input simulation.7MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides tools for controlling Android devices using uiautomator2, enabling AI to automate tasks like tapping, swiping, and managing apps.41Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server that enables LLMs to control Android devices via ADB, providing tools for screen interaction and UI inspection.1MIT