Skip to main content
Glama

Android Screenshot MCP Server

by adamlj

screenshot

Capture screenshots from Android devices via ADB or wireless connection. Ideal for UI debugging and visual inspection during app development.

Instructions

Take a screenshot of any connected Android device. Uses existing ADB connections or connects wirelessly if device info provided.

Input Schema

NameRequiredDescriptionDefault
debugPortNoWireless debugging port (different from pairing port)
deviceIPNoIP address of the Android device. Can include port like "192.168.1.100:12345"
outputPathNoPath where to save the screenshot (optional)
pairingCodeNoPairing code shown on device for initial pairing
pairingPortNoPairing port shown on device for initial pairing

Input Schema (JSON Schema)

{ "properties": { "debugPort": { "description": "Wireless debugging port (different from pairing port)", "maximum": 65535, "minimum": 1, "type": "number" }, "deviceIP": { "description": "IP address of the Android device. Can include port like \"192.168.1.100:12345\"", "pattern": "^(\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})(:\\d{1,5})?$", "type": "string" }, "outputPath": { "description": "Path where to save the screenshot (optional)", "type": "string" }, "pairingCode": { "description": "Pairing code shown on device for initial pairing", "pattern": "^\\d{6}$", "type": "string" }, "pairingPort": { "description": "Pairing port shown on device for initial pairing", "maximum": 65535, "minimum": 1, "type": "number" } }, "required": [], "type": "object" }
Install Server

Other Tools from Android 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/adamlj/android-screenshot-mcp'

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