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 multimodal AI agent application designed to control a computer's graphical user interface using natural language. It enables automation of tasks across web browsers and the local desktop environment, integrating vision-language models for intelligent interaction.
chrome-devtools-mcp
Allows AI coding agents to control and inspect a live Chrome browser using the Model-Context-Protocol.
Windows-MCP
Enables AI agents to interact with the Windows operating system for tasks such as file navigation, application control, UI interaction, and QA testing.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.