Skip to main content
Glama

ADB Screenshot MCP Server

adb_screenshot

Capture screenshots from connected Android devices remotely. Save files locally by specifying output paths and manage multiple devices using unique IDs for efficient Android device management.

Instructions

Take a screenshot of the connected Android device

Input Schema

NameRequiredDescriptionDefault
device_idNoDevice ID/serial (optional, uses first device if not specified)
output_pathNoLocal path to save the screenshot (default: screenshot.png)screenshot.png

Input Schema (JSON Schema)

{ "properties": { "device_id": { "description": "Device ID/serial (optional, uses first device if not specified)", "type": "string" }, "output_path": { "default": "screenshot.png", "description": "Local path to save the screenshot (default: screenshot.png)", "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from ADB Screenshot 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/desamtralized/adb-mcp'

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