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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Make a call to the specified phone number. Parameters: phone_number (string)
End the current call.
Send an SMS to the specified phone number with a given message. Parameters: phone_number (string), message (string)
Get received messages with pagination. Parameters: limit (integer, optional)
Get sent messages with pagination. Parameters: limit (integer, optional)
Get contacts with pagination. Parameters: limit (integer, optional)
Create a new contact with a given name and phone number using UI automation. Parameters: name (string), phone (string)
Take a screenshot of the device.
Record the screen for a specified duration. Parameters: duration (integer)
Launch an app using its name. Parameters: app_name (string)
Open an app using its name as an alternative method. Parameters: app_name (string)
Close the specified app by package name. Parameters: package_name (string)
List installed apps with basic info, faster. Options: --page (integer, optional), --page-size (integer, optional), --detailed (optional)
Launch a specific activity using the package and activity name. Parameters: package_name (string), activity_name (string)
Open a URL in the device's default browser. Parameters: url (string)
Analyze the current screen and provide structured information about UI elements. Options: include_screenshot (boolean, optional), max_elements (integer, optional)
Execute various screen interaction actions. Parameters: action (string), params (dictionary, optional)
Search nearby points of interest (POIs) with phone numbers based on location. Parameters: latitude (float), longitude (float), keywords (string), radius (integer)