# GBOX ANDROID MCP SERVER
[](https://www.npmjs.com/package/gbox-mcp-android-server)
[](LICENSE)
## Description
GBOX Android MCP enables Agents(Cursor/Claude Code/...) to operate Android devices. The devices can be Cloud VM/Cloud Physical provided by gbox.ai or your local Android device. It can be used for Android App Testing or mobile automations. For more details, please check [GBOX Android MCP](https://docs.gbox.ai/docs-mcp/android-mcp-server).
## Usage
Copy the following configuration into your Cursor or Claude code MCP config file:
```json
"gbox-android": {
"command": "npx",
"args": [
"-y",
"@gbox.ai/mcp-android-server@latest"
],
// NOTE: You can omit the 'env' section if you have successfully run 'gbox login' in cli.
"env": {
"GBOX_API_KEY": "gbox_xxxx",
"GBOX_BASE_URL": "https://gbox.ai/api/v1"
}
}
```
For instructions on logging in and configuring your profile, please refer to the [Gbox CLI Documentation](https://github.com/babelcloud/gbox).
If you are already logged in, you can obtain your `GBOX_API_KEY` from the Personal tab at [gbox.ai/dashboard](https://gbox.ai/dashboard).
To use your local Android devices, check [Register Your Own Device](https://docs.gbox.ai/cli/register-local-device).
To learn more about **GBOX**, be sure to check out the [official documentation](https://docs.gbox.ai).