This is a MCP designed to manage and interact with mobile devices and simulators.
Most monitoring and observability work still happens through a UI a human drives. Mobile Development MCP MCP server moves it into the conversation instead. This is a MCP designed to manage and interact with mobile devices and simulators.
This is a MCP designed to manage and interact with mobile devices and simulators. It provides utilities for tasks such as app installation, device management, and log retrieval for iOS and Android development environments.
The server publishes 14 tools. What each one is for:
android_list_devices — Retrieves details of all connected Android devicesandroid_list_packages — Lists all installed applications on a specific Android deviceandroid_install_app — Installs an application (APK) onto an Android deviceandroid_launch_app — Launches a specific application on an Android deviceandroid_diagnostics_bug_report — Captures a comprehensive bug report from an Android deviceandroid_logs_logcat — Fetches system logs from an Android device using logcatandroid_logs_logcat_log_level — Fetches system logs from an Android device using logcat by Log Levelandroid_files_push — Pushes a local file to an Android deviceandroid_files_pull — Pulls a file from an Android device to the local machineandroid_files_delete_file — This tool allows you to delete a specified file from a connected Android deviceandroid_ui_tap — Simulates a tap action at specified screen coordinates on an Android deviceandroid_ui_swipe — Simulates a swipe action between two points on an Android device's screenThe server ships on npm as with, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
To use this server, ensure the following tools are installed on your development machine: - ADB (Android Debug Bridge) for Android device management. - Xcode Command Line Tools for iOS simulator management (xcrun simctl). - Facebook IDB tool (see install guide) (Only required for UI Automation on iOS). - .NET SDK (e.g., .NET 9)
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mobile Development MCP's toolset — android_list_devices, android_list_packages, android_install_app and 11 more — is a fair guide to whether it matches your workflow. It is maintained by jsuarezruiz; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| android_list_devices | Retrieves details of all connected Android devices. |
| android_list_packages | Lists all installed applications on a specific Android device. |
| android_install_app | Installs an application (APK) onto an Android device. |
| android_launch_app | Launches a specific application on an Android device. |
| android_diagnostics_bug_report | Captures a comprehensive bug report from an Android device. |
| android_logs_logcat | Fetches system logs from an Android device using logcat. |
| android_logs_logcat_log_level | Fetches system logs from an Android device using logcat by Log Level. |
| android_files_push | Pushes a local file to an Android device. |
| android_files_pull | Pulls a file from an Android device to the local machine. |
| android_files_delete_file | This tool allows you to delete a specified file from a connected Android device. |
| android_ui_tap | Simulates a tap action at specified screen coordinates on an Android device. |
| android_ui_swipe | Simulates a swipe action between two points on an Android device's screen. |
| android_ui_input_text | Simulates text input into a field on an Android device. |
| android_ui_press_key | Simulates a key press on an Android device using its serial number and keycode. |
{
"mcpServers": {
"mobile-dev": {
"command": "npx",
"args": ["-y", "with"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
To use this server, ensure the following tools are installed on your development machine: - ADB (Android Debug Bridge) for Android device management. - Xcode Command Line Tools for iOS simulator management (xcrun simctl). - Facebook IDB tool (see install guide) (Only required for UI Automation on iOS). - .NET SDK (e.g., .NET 9)
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.