Skip to main content
Glama

Android Debug Bridge MCP

by TiagoDanin

open_app

Launch an Android app directly by specifying its package name using ADB commands. Ideal for automation, testing, and device management without manual navigation.

Instructions

Open an app using its package name and activity

Input Schema

NameRequiredDescriptionDefault
package_nameYesFull package name of the app (e.g., com.example.app)

Input Schema (JSON Schema)

{ "properties": { "package_name": { "description": "Full package name of the app (e.g., com.example.app)", "type": "string" } }, "required": [ "package_name" ], "type": "object" }

Other Tools from Android Debug Bridge MCP

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/TiagoDanin/Android-Debug-Bridge-MCP'

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