Skip to main content
Glama

ADB MCP Server

by richard0913

adb_start_app

Launch an Android app on a specific device by providing the package name, optionally specifying the activity or device ID using ADB MCP Server’s automation capabilities.

Instructions

Start an app on the device

Input Schema

NameRequiredDescriptionDefault
activityNameNoActivity name (optional)
deviceIdNoDevice ID (optional)
packageNameYesPackage name of the app to start

Input Schema (JSON Schema)

{ "properties": { "activityName": { "description": "Activity name (optional)", "type": "string" }, "deviceId": { "description": "Device ID (optional)", "type": "string" }, "packageName": { "description": "Package name of the app to start", "type": "string" } }, "required": [ "packageName" ], "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