Skip to main content
Glama
chldu2000

android-mcp-server

by chldu2000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
adb_list_devicesA

List all connected Android devices.

adb_device_infoC

Get detailed information about a specific device.

adb_install_appC

Install an APK on the device.

adb_uninstall_appC

Uninstall an application from the device.

adb_list_packagesC

List all installed packages on the device.

adb_start_appC

Start an application on the device.

adb_stop_appC

Force stop an application on the device.

adb_pull_fileB

Pull a file from the device to local filesystem.

adb_push_fileC

Push a file from local filesystem to the device.

adb_shellC

Execute a shell command on the device.

adb_exec_outC

Execute a command via adb exec-out (for binary output).

adb_tapC

Simulate a tap at the specified coordinates.

adb_swipeC

Simulate a swipe gesture.

adb_input_textC

Input text on the device.

adb_press_keyC

Press a key event.

adb_get_screen_sizeC

Get the screen resolution of the device.

adb_get_batteryC

Get battery status of the device.

adb_get_propertiesC

Get system properties from the device.

scrcpy_startC

Start screen mirroring via scrcpy.

scrcpy_stopA

Stop screen mirroring.

scrcpy_screenshotC

Take a screenshot from the device.

scrcpy_controlD

Send control command to scrcpy.

adb_screencapC

Capture screenshot using exec-out and save to local file.

adb_dump_ui_treeC

Dump the UI hierarchy tree from the device.

adb_find_elementC

Find UI elements by their attributes using uiautomator.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chldu2000/android-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server