Skip to main content
Glama

Android MCP Server

by jduartedj

android_launch_app

Launch Android applications by specifying their package name, enabling quick app access and testing on connected devices through automated execution.

Instructions

Launch an Android app by package name

Input Schema

NameRequiredDescriptionDefault
packageNameYesPackage name of the app to launch (e.g., com.example.app)
deviceSerialNoSpecific device serial number to target (optional)

Input Schema (JSON Schema)

{ "properties": { "deviceSerial": { "description": "Specific device serial number to target (optional)", "type": "string" }, "packageName": { "description": "Package name of the app to launch (e.g., com.example.app)", "type": "string" } }, "required": [ "packageName" ], "type": "object" }

Other Tools from Android 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/jduartedj/android-mcp-server'

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