gbox-mcp-server
Verified Safeby babelcloud
Overview
Enable AI agents to automate Android devices, Linux environments, and browser sessions.
Installation
npx -y @gbox.ai/mcp-server@latest --androidEnvironment Variables
- GBOX_API_KEY
- GBOX_BASE_URL
- GBOX_ISSUER
- MODE
- PORT
Security Notes
The server uses JWT for authentication, which is a standard and secure approach. Remote shell execution (`adb_shell` tool) and device control (`gbox-sdk`) are core functionalities and inherently involve executing commands on remote (potentially sandboxed) environments. Local `execSync` and `spawn` calls are primarily for managing the `scrcpy` tool for local device interaction, an expected setup step. No direct `eval` or obvious hardcoded secrets were found.
Similar Servers
UI-TARS-desktop
UI-TARS-desktop is a native GUI Agent application powered by multimodal AI models, enabling users to control their computer and browser through natural language instructions.
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
lamda
AI-powered Android automation framework for mobile data and task automation.
Windows-MCP
This MCP server enables AI agents to directly interact with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing.