Skip to main content
Glama

ADB Screenshot MCP Server

adb_disconnect

Disconnect from a WiFi ADB device by specifying its IP address and port. Simplify remote Android device management with reliable disconnection support.

Instructions

Disconnect from a WiFi ADB device

Input Schema

NameRequiredDescriptionDefault
ip_addressYesIP address of the device to disconnect from
portNoPort number (default: 5555)5555

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "description": "IP address of the device to disconnect from", "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