Skip to main content
Glama

ADB Screenshot MCP Server

adb_connect_wifi

Connect to an Android device via WiFi using ADB by providing its IP address and port, enabling remote management and control.

Instructions

Connect to an Android device over WiFi using ADB

Input Schema

NameRequiredDescriptionDefault
ip_addressYesIP address of the Android device
portNoPort number (default: 5555)5555

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "description": "IP address of the Android device", "type": "string" }, "port": { "default": "5555", "description": "Port number (default: 5555)", "type": "string" } }, "required": [ "ip_address" ], "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