Native Devtools
JSON →About MCP server for native computer use and browser automation.
Install
npx -y native-devtools-mcp Tools · 13
- android_list_devices List all ADB-connected devices (always available)
- android_connect Connect to a device by serial number
- android_disconnect Disconnect from the current device
- android_screenshot Capture the device screen
- android_find_text Find UI elements by text (via uiautomator)
- android_click Tap at screen coordinates
- android_swipe Swipe between two points
- android_type_text Type text on the device
- android_press_key Press a key (e.g., KEYCODE_HOME, KEYCODE_BACK)
- android_launch_app Launch an app by package name
- android_list_apps List installed packages
- android_get_display_info Get screen resolution and density
- android_get_current_activity Get the current foreground activity
Links
★ 104 GitHub stars