Skip to main content
Glama

ADB MCP Server

by srmorete

dump_image

Extract and retrieve device screen images from Android devices using ADB commands. Optionally, return images in base64 format. Part of the ADB MCP Server for Android device interaction.

Input Schema

NameRequiredDescriptionDefault
asBase64NoReturn image as base64 (default: false)
deviceNoSpecific device ID (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asBase64": { "default": false, "description": "Return image as base64 (default: false)", "type": "boolean" }, "device": { "description": "Specific device ID (optional)", "type": "string" } }, "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