Android Tester MCP
Allows for automating and testing Android devices through the Gbox SDK, providing capabilities to spin up virtual or physical environments, manage applications, capture screenshots, and perform AI-powered UI actions via natural language instructions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Android Tester MCPInstall the app and use AI to click the 'Sign Up' button."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Android Tester MCP
A Model Context Protocol (MCP) plugin for automating Android devices using the Gbox SDK. This plugin provides tools for creating Android boxes, taking screenshots, performing AI-powered UI actions, and managing applications.
Features
Create Android Boxes: Spin up virtual or physical Android devices
Screenshot Capture: Take screenshots of the current display
AI-Powered Actions: Perform UI actions using natural language instructions
App Management: Install, uninstall, and launch Android applications
Box Management: List and get information about your Android boxes
Related MCP server: ADB MCP Server
Setup
Install Dependencies
npm installSet Environment Variables
Create a
.envfile in the project root:GBOX_API_KEY=your_gbox_api_key_hereBuild the Project
npm run build
Usage
This is an MCP server that provides tools for Android automation. Once running, you can use the following tools:
Config in Cursor
{
"mcpServers": {
"gbox-android": {
"command": "node",
"args": ["/YOU_PATH_TO_THIS_REPO/android-tester-mcp/dist/index.js"],
"env": {
"GBOX_API_KEY": "YOUR API KEY"
}
}
}
}
Available Tools
create_android_box: Create a new Android box with specified configuration
list_boxes: List all current boxes belonging to your API key
get_box: Get detailed information about a specific box
get_screenshot: Take a screenshot of the Android device
ai_action: Perform UI actions using natural language (e.g., "click the login button")
install_apk: Install an APK file from local path or URL
uninstall_apk: Uninstall an app by package name
open_app: Launch an installed application
Requirements
Node.js and npm
Valid Gbox API key
TypeScript (for development)
Sample Prompts in Cursor
Test the apk of this project like a user, just create an android environment on gbox, and install it and test it by instructing the MCP tool ai_action. Keep developing and testing until all requirements are met.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that enables AI assistants to control and interact with Android devices, allowing for device management, app debugging, system analysis, and UI automation through natural language commands.Last updated8423Apache 2.0
- FlicenseAqualityCmaintenanceA MCP server that enables AI assistants to control Android devices via ADB, supporting device info, screen control, input simulation, app management, shell execution, file transfer, and UI parsing.Last updated20
- Flicense-qualityDmaintenanceMCP server for Android device automation via ADB, enabling screen control, phone functions, app management, and device control.Last updated1
- Flicense-qualityDmaintenanceA powerful MCP server that provides comprehensive Android device automation capabilities through ADB, enabling AI agents to interact with Android devices for testing, automation, and device control tasks.Last updated1
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for Grok Imagine AI video generation
MCP server for Google Veo AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zhenweiwang1990/android-tester-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server