Skip to main content
Glama

ADB MCP Server

by srmorete

adb_push

Push base64-encoded files from your system to a specified path on an Android device using the ADB MCP Server, enabling efficient file transfers and device management.

Input Schema

NameRequiredDescriptionDefault
deviceNoSpecific device ID (optional)
fileBase64YesBase64 encoded file content to push
remotePathYesRemote file path on the device

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "device": { "description": "Specific device ID (optional)", "type": "string" }, "fileBase64": { "description": "Base64 encoded file content to push", "type": "string" }, "remotePath": { "description": "Remote file path on the device", "type": "string" } }, "required": [ "fileBase64", "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