Skip to main content
Glama

ADB MCP Server

by srmorete

adb_pull

Extract files from Android devices using ADB commands. Specify the remote file path and optionally the device ID. Supports returning file content as base64.

Input Schema

NameRequiredDescriptionDefault
asBase64NoReturn file content as base64 (default: true)
deviceNoSpecific device ID (optional)
remotePathYesRemote file path on the device

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asBase64": { "default": true, "description": "Return file content as base64 (default: true)", "type": "boolean" }, "device": { "description": "Specific device ID (optional)", "type": "string" }, "remotePath": { "description": "Remote file path on the device", "type": "string" } }, "required": [ "remotePath" ], "type": "object" }

You must be authenticated.

Other Tools from ADB MCP Server

Related Tools

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

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