Skip to main content
Glama

ADB MCP Server

by richard0913

adb_screenshot

Capture screenshots of Android device screens using the ADB MCP Server. Specify device ID and image format (png or jpg) for precise screen captures. Ideal for remote management and testing workflows.

Instructions

Take a screenshot of the device screen

Input Schema

NameRequiredDescriptionDefault
deviceIdNoDevice ID (optional)
formatNoScreenshot format (default: png)

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "Device ID (optional)", "type": "string" }, "format": { "description": "Screenshot format (default: png)", "enum": [ "png", "jpg" ], "type": "string" } }, "required": [], "type": "object" }

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/richard0913/adb-mcp'

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