This package provides an MCP (Model Context Protocol) server for controlling Android devices via Gbox tools. It exposes a set of tools and APIs for automation, device management, and integration with the Gbox ecosystem.
Copy the following configuration into your Cursor or Claude code MCP config file:
GBOX_API_KEY needs to be obtained through Gbox Dashboard.
Copy
Ask AI
"gbox-android": { "command": "npx", "args": [ "-y", "@gbox.ai/mcp-android-server" ], // NOTE: You can omit the 'env' section if you have already configured your Gbox profile locally using the Gbox CLI. "env": { "GBOX_API_KEY": "gbox_xxxx" }}