Retrieve app configuration details like bundle IDs, package name, and universal link domains to integrate SDK or build deep link URLs that open the correct app.
Retrieve a list of all connected Android devices and emulators, including their ID, model, manufacturer, Android version, connection status, and emulator flag.
An MCP server for managing local Android Virtual Devices (AVDs) and their lifecycles using Android SDK tools. It enables users to create, start, and stop emulators, while providing control over virtual sensors like the accelerometer and gyroscope.
An MCP server that connects AI assistants to YNAB budgets, enabling natural language queries about finances backed by full API coverage and built-in YNAB methodology knowledge.
Launches an iOS app in a specific simulator by providing the simulator name and app bundle ID. Requires prior installation of the app in the simulator for successful execution.
Launches an iOS app in a specified simulator by providing the simulator UUID and app bundle ID. Requires app installation prior to execution, supporting workflows like build → install → launch.
Create a new app in AdMob, optionally linking to an App Store or Play Store listing. Specify platform and display name to register for ad monetization.
Launch an Android app by providing its package name. Use this tool to open any installed app directly, enabling automated testing and interaction on Android devices.
Remove applications from Android devices by specifying package names, enabling app management through the Android MCP Server's device control capabilities.
Wait for an Android device or emulator to fully boot by polling boot completion and launcher readiness. Essential for CI pipelines to ensure device is ready before tests.