phone-mcp

phone-mcp

76

The Phone MCP Plugin is an MCP server designed to control Android devices using ADB commands. It supports a wide range of phone operations including calls, messaging, media management, and UI automation, making it a versatile tool for Android automation projects.

What are the prerequisites for using the Phone MCP Plugin?

You need Python 3.7+, an Android device with USB debugging enabled, and ADB tools installed.

How do I configure the plugin with my AI assistant?

You can configure it by adding the appropriate JSON configuration in your AI assistant's settings, specifying the command and arguments for the MCP server.

Can I use the plugin to automate UI interactions?

Yes, the plugin supports various UI interactions such as tapping, swiping, typing text, and monitoring UI changes.

How do I ensure my device is ready for use with the plugin?

Ensure ADB is installed, USB debugging is enabled on your device, and the device is connected to your computer via USB.

What should I do if the app command doesn't work on my device?

If the app command fails, try using the open_app command or the launch command with the full package and activity name for more reliable operation.