Skip to main content
Glama

ADB MCP Server

by richard0913

adb_install_app

Install APK files on Android devices using device-specific or default configurations. Streamline app deployment and management with direct integration into the ADB MCP Server for automated Android device operations.

Instructions

Install an APK file on the device

Input Schema

NameRequiredDescriptionDefault
apkPathYesPath to the APK file
deviceIdNoDevice ID (optional)

Input Schema (JSON Schema)

{ "properties": { "apkPath": { "description": "Path to the APK file", "type": "string" }, "deviceId": { "description": "Device ID (optional)", "type": "string" } }, "required": [ "apkPath" ], "type": "object" }

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/richard0913/adb-mcp'

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