by zhenweiwang1990
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.
Install Dependencies
npm install
Set Environment Variables
Create a .env
file in the project root:
GBOX_API_KEY=your_gbox_api_key_here
Build the Project
npm run build
This is an MCP server that provides tools for Android automation. Once running, you can use the following tools:
{
"mcpServers": {
"gbox-android": {
"command": "node",
"args": ["/YOU_PATH_TO_THIS_REPO/android-tester-mcp/dist/index.js"],
"env": {
"GBOX_API_KEY": "YOUR API KEY"
}
}
}
}
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.
No version information available