MCPServers
Phone Control (Android ADB) - MCP server logo

Phone Control (Android ADB)

141
0

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 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 (number)

phone-cli sent-messages

Get sent messages with pagination. Parameters: --limit (number)

phone-cli contacts

Get contacts with pagination. Parameters: --limit (number)

phone-cli create-contact

Create a new contact with the specified name and phone number using 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. Parameters: --duration (number)

phone-cli app

Launch the specified app by its name. Parameters: app_name (string)

phone-cli open_app

Open the specified app by its name as 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 info or pagination. Parameters: --page (number), --page-size (number), --detailed (boolean)

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 a 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.

phone-cli screen-interact

Execute various screen interaction actions with specified parameters. Parameters: action (string), params (dictionary)

phone-cli get-poi

Search nearby Points of Interest (POIs) with phone numbers based on given coordinates and keywords. Parameters: latitude (number), longitude (number), keywords (string), radius (number)

Last Updated: May 24, 2025

Avis de la Communauté

0.0
0 avis
5
0
4
0
3
0
2
0
1
0

Aucun avis encore. Soyez le premier à donner votre avis !

Connectez-vous pour rejoindre la conversation

Coming soon to
HighlightHighlight AI

Langage

TypeScript

Catégories

Tags