phone-mcp

Control Android devices via ADB commands for tapping, swiping, and launching apps.

82|10|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/kengerlwl/phoneMcp --skill phone-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phone-mcp
Source: https://github.com/kengerlwl/phoneMcp/tree/main
Command: npx skills add https://github.com/kengerlwl/phoneMcp --skill phone-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables users to remotely control Android smartphones through simple CLI commands, streamlining device automation tasks.

Core Features & Use Cases

  • Device Control: Easily perform actions like tap, swipe, input text, launch apps, and take screenshots on Android devices.
  • Automation & Testing: Useful for automated testing, routine device management, or AI-assisted control without manual interaction.
  • Use Case: For instance, instructing an AI assistant to open an app, send a message, or capture the current screen to prepare for further processing.

Quick Start

Use the phone-mcp skill to connect a device and take a screenshot with a simple command to enable seamless automation.

Frequently Asked Questions about phone-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remotely control an Android device via command-line instructions?

Remote control of Android devices via command-line instructions is achieved by using ADB to automate interactions such as tapping, swiping, and launching apps without manual input.

Can I automate Android device testing using ADB without manual interaction?

Yes, automating Android device testing is supported through ADB and batch commands, enabling routine device management and testing workflows without manual interaction.

What actions can I perform on an Android phone using CLI automation?

CLI automation allows you to perform device control actions like tapping, swiping, inputting text, launching apps, and taking screenshots on your Android phone.

Do I need ADB to run batch commands for Android device management?

Yes, ADB is required to run batch commands for Android device management, allowing you to execute complex automation workflows and test scenarios remotely.

How does AI integration work with Android device control automation?

AI integration works by instructing an AI assistant to issue command-line instructions, allowing it to open apps, send messages, or capture screenshots for further processing.

What are the limitations of using CLI for Android device automation?

Limitations of CLI for Android device automation include relying entirely on ADB connectivity, making it suited for automated testing and management but not for manual interactive sessions.