Summary
A test device that appears when you need one.
The loop it closes is build, install, drive, screenshot — with the driving done from natural-language instructions instead of selectors that break when the layout moves. Devices live on Gbox, so nothing has to be plugged in or emulated locally.
What it is
An MCP server for Android automation built on the Gbox SDK, creating Android boxes and driving apps on them from an MCP client.
What you get
- Android boxes created — virtual or physical devices — with the configuration you specify
- Every box under your API key listed, and any one of them inspected in detail
- Screenshots taken of the current display
- UI actions performed from natural-language instructions rather than element selectors
- APKs installed from a local path or a URL, apps uninstalled by package name, and installed apps launched
Requirements
A Gbox API key in GBOX_API_KEY, and Node with npm for the build. Devices run on Gbox rather than on your machine.
Setup effort
Build from source — clone the repository and build it, then point your client at the binary
