BrowserStack MCP server

Official

runAppLiveSession

Manually test and debug mobile apps on specific devices using BrowserStack's cloud infrastructure. Install .ipa or .apk files, check for crashes, and analyze performance issues.

Instructions

Use this tool when user wants to manually check their app on a particular mobile device using BrowserStack's cloud infrastructure. Can be used to debug crashes, slow performance, etc.

Input Schema

NameRequiredDescriptionDefault
appPathYesThe path to the .ipa or .apk file to install on the device. Always ask the user for the app path, do not assume it.
desiredPhoneYesThe full name of the device to run the app on. Example: 'iPhone 12 Pro' or 'Samsung Galaxy S20' or 'Google Pixel 6'. Always ask the user for the device they want to use, do not assume it.
desiredPlatformYesWhich platform to run on, examples: 'android', 'ios'. Set this based on the app path provided.
desiredPlatformVersionYesThe platform version to run the app on. Example: '12.0' for Android devices or '16.0' for iOS devices

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appPath": { "description": "The path to the .ipa or .apk file to install on the device. Always ask the user for the app path, do not assume it.", "type": "string" }, "desiredPhone": { "description": "The full name of the device to run the app on. Example: 'iPhone 12 Pro' or 'Samsung Galaxy S20' or 'Google Pixel 6'. Always ask the user for the device they want to use, do not assume it. ", "type": "string" }, "desiredPlatform": { "description": "Which platform to run on, examples: 'android', 'ios'. Set this based on the app path provided.", "enum": [ "android", "ios" ], "type": "string" }, "desiredPlatformVersion": { "description": "The platform version to run the app on. Example: '12.0' for Android devices or '16.0' for iOS devices", "type": "string" } }, "required": [ "desiredPhone", "desiredPlatformVersion", "desiredPlatform", "appPath" ], "type": "object" }

You must be authenticated.

Other Tools from BrowserStack MCP server

Related Tools

ID: eoxjxomxet