Mobile Device MCP
UnclaimedAn MCP server to use with iOS and Android. Seamlessly maps Native screens and WebViews. Multiple parallel devices supported.
Install
claude mcp add mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp@latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (14)
double_tap
Double-tap at screen coordinates
install_app
Install an app from a host-local file (.apk for Android, .app for iOS simulator, .app/.ipa for iOS device). Replaces existing installs
launch_app
Launch an app by bundle ID / package name
list_apps
List installed apps
list_devices
List available iOS and Android devices
long_press
Long-press at screen coordinates (configurable duration)
press_button
Press a hardware/navigation button (home, back, enter, volumeUp/Down, dpadUp/Down/Left/Right/Center)
run_code
Execute sandboxed JavaScript on-device (see runcode below)
screenshot
Capture the device screen (JPEG)
scroll
Swipe from start to end coordinates
tap
Tap at screen coordinates
terminate_app
Force-stop an app
type_text
Type text into the focused element
uitree
Get the UI element tree as a flat list, with optional search and limit. Off-screen elements are excluded unless includeinvisible: true