Skip to main content
Glama

Android Screenshot MCP Server

by adamlj

connect_and_screenshot

Connect to an Android device remotely and capture screenshots for UI debugging or visual inspection. Requires device IP and supports wireless debugging ports and pairing details.

Instructions

Connect to an Android device and take a screenshot. Use when no device is connected.

Input Schema

NameRequiredDescriptionDefault
debugPortNoWireless debugging port (different from pairing port)
deviceIPYesIP 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": [ "deviceIP" ], "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