Skip to main content
Glama

ADB MCP Server

by srmorete

adb_install

Install APK files on Android devices via ADB commands using the tool for app deployment, specifying the APK path and optional device ID for targeted installation.

Input Schema

NameRequiredDescriptionDefault
apkPathYesLocal path to the APK file
deviceNoSpecific device ID (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apkPath": { "description": "Local path to the APK file", "type": "string" }, "device": { "description": "Specific device ID (optional)", "type": "string" } }, "required": [ "apkPath" ], "type": "object" }

You must be authenticated.

Other Tools from ADB 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/srmorete/adb-mcp'

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