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(18)
phone-cli call
Make a call to the specified phone number. Parameters: phone number (string)
phone-cli hangup
End the current ongoing call.
phone-cli send-sms
Send an SMS to the specified phone number with the provided message. Parameters: phone number (string), message (string)
phone-cli messages
Get received messages with pagination. Parameters: --limit (integer)
phone-cli sent-messages
Get sent messages with pagination. Parameters: --limit (integer)
phone-cli contacts
Get contacts with pagination. Parameters: --limit (integer)
phone-cli create-contact
Create a new contact with the specified name and phone number through UI automation. Parameters: name (string), phone (string)
phone-cli screenshot
Take a screenshot of the device's current screen.
phone-cli record
Record the screen for the specified duration. Parameters: --duration (integer)
phone-cli app
Launch the specified app by its name. Parameters: app name (string)
phone-cli open_app
Launch the specified app using an alternative method. Parameters: app name (string)
phone-cli close-app
Close the specified app by its package name. Parameters: package name (string)
phone-cli list-apps
List installed apps with basic information or detailed info. Parameters: --page (integer), --page-size (integer), --detailed
phone-cli launch
Launch a specific activity by its package and activity name. Parameters: package name (string), activity name (string)
phone-cli open-url
Open the specified URL in the device's default browser. Parameters: URL (string)
phone-cli analyze-screen
Analyze the current screen and provide structured information about UI elements. Parameters: include_screenshot (boolean), max_elements (integer)
phone-cli screen-interact
Execute screen interaction actions like tap, swipe, etc. Parameters: action (string), params (dictionary)
phone-cli get-poi
Search nearby points of interest (POIs) with phone numbers based on the given coordinates and keywords. Parameters: coordinates (string), keywords (string), radius (integer)
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione