Skip to main content
Glama

ADB MCP Server

by richard0913

adb_shell

Execute shell commands on Android devices via ADB MCP Server for remote management, enabling automation of device operations and debugging.

Instructions

Execute a shell command on the device

Input Schema

NameRequiredDescriptionDefault
commandYesShell command to execute
deviceIdNoDevice ID (optional)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Shell command to execute", "type": "string" }, "deviceId": { "description": "Device ID (optional)", "type": "string" } }, "required": [ "command" ], "type": "object" }

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/richard0913/adb-mcp'

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