MCP server exposing Gbox Android control tools via Model Context Protocol
npm version MIT License

Description

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.

Usage

Copy the following configuration into your Cursor or Claude code MCP config file:
GBOX_API_KEY needs to be obtained through Gbox Dashboard.
"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"
  }
}
For detailed instructions on connecting IDE to Gbox MCP, please see the following: Cursor Guide, Claude Code Guide and VSCode Guide.