Skip to main content
Glama

ADB MCP Server

by srmorete

adb_pull

Extract files from Android devices via ADB by specifying the remote file path, optional device ID, and base64 encoding preference for efficient file retrieval.

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" }
Install Server

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