mobile-dev-mcp-server

mobile-dev-mcp-server

35

The Mobile Development MCP project provides a system to manage and interact with mobile devices using AI through the Model Context Protocol. It offers features for device and application management, UI automation, and log retrieval for both Android and iOS platforms, making it a versatile tool for mobile developers.

What platforms does the Mobile Development MCP support?

The Mobile Development MCP supports both Android and iOS platforms.

What tools are required to use the Mobile Development MCP?

You need ADB for Android, Xcode Command Line Tools for iOS, Facebook IDB for iOS UI Automation, and .NET SDK.

How can I install an application on an Android device using MCP?

You can use the 'android_install_app' tool to install an APK onto an Android device.

Can I automate UI interactions on iOS devices?

Yes, the MCP provides tools for UI automation such as 'ios_ui_tap' and 'ios_ui_input_text'.

How do I capture a screenshot from a connected device?

You can use 'android_screenshot' for Android devices and 'ios_screenshot' for iOS devices.