Phone Control (Android ADB)
Summary
Phone MCP is a Python-based server that enables AI assistants to control Android phones through ADB commands. Developed by hao, it provides tools for making calls, sending text messages, taking screenshots, recording screens, managing contacts, launching apps, and retrieving system information. The implementation includes specialized modules for different phone functionalities and supports map-related features when an API key is configured. It's particularly useful for scenarios requiring remote phone control, automated testing, or accessibility assistance, allowing AI agents to interact with mobile devices without direct physical manipulation.
Available Actions(19)
phone-cli call
Make a call to the specified phone number. Parameter: phone number (string)
phone-cli hangup
End the current call.
phone-cli send-sms
Send an SMS to the specified phone number with a message. Parameters: phone number (string), message (string)
phone-cli messages
Get received messages with pagination. Parameter: --limit (number)
phone-cli sent-messages
Get sent messages with pagination. Parameter: --limit (number)
phone-cli contacts
Get contacts with pagination. Parameter: --limit (number)
phone-cli create-contact
Create a new contact with UI automation. Parameters: name (string), phone (string)
phone-cli screenshot
Take a screenshot of the current screen.
phone-cli record
Record the screen for a specified duration. Parameter: --duration (number in seconds)
phone-cli app
Launch an app using its name. Parameter: app name (string)
phone-cli open_app
Open an app using its name as an alternative launch method. Parameter: app name (string)
phone-cli close-app
Close the specified app. Parameter: package name (string)
phone-cli list-apps
List installed apps with basic info or detailed info. Optional parameters: --page (number), --page-size (number), --detailed
phone-cli launch
Launch a specific activity by its package and activity name. Parameter: package and activity name (string)
phone-cli open-url
Open a URL in the device's default browser. Parameter: URL (string)
phone-cli analyze-screen
Analyze the current screen and provide structured information about UI elements.
phone-cli screen-interact
Execute a variety of screen interaction actions with parameters specific to each action type.
phone-cli get-poi
Search nearby points of interest (POIs) with phone numbers. Parameters: coordinates (string), keywords (string), radius (number)
phone-cli monitor-ui
Monitor UI for changes based on specified parameters such as text or ID appearance.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation