Skip to main content
Glama

ADB MCP Server

by srmorete

adb_push

Transfer base64-encoded files from a system to a specified path on Android devices using ADB commands, with optional device ID targeting for precise operations.

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