Описание
Gbox — Model Context Protocol server
README
Description
GBOX MCP Server enables AI Agents (Cursor/Claude Code/...) to operate Android devices, Linux environments, and browser sessions. The devices can be Cloud VM/Cloud Physical provided by gbox.ai or your local devices. It can be used for Android App Testing, web automation, and general-purpose computing tasks.
Supported Platforms
- Android - Control Android devices (cloud or local)
- Linux - Control Linux desktop environments
- Browser - Control browser sessions with tab management
Usage
Android Mode
For Android device automation. See GBOX Android MCP for details.
"gbox-android": {
"command": "npx",
"args": [
"-y",
"@gbox.ai/mcp-server@latest",
"--android"
],
"env": {
"GBOX_API_KEY": "gbox_xxxx",
"GBOX_BASE_URL": "https://gbox.ai/api/v1"
}
}
Linux Mode
For Linux desktop automation with browser support.
"gbox-linux": {
"command": "npx",
"args": [
"-y",
"@gbox.ai/mcp-server@latest",
"--linux"
],
"env": {
"GBOX_API_KEY": "gbox_xxxx",
"GBOX_BASE_URL": "https://gbox.ai/api/v1"
}
}
Browser Mode
For web automation with pre-opened browser and advanced tab management.
"gbox-browser": {
"command": "npx",
"args": [
"-y",
"@gbox.ai/mcp-server@latest",
"--browser"
],
"env": {
"GBOX_API_KEY": "gbox_xxxx",
"GBOX_BASE_URL": "https://gbox.ai/api/v1"
}
}
Browser Mode Features:
- Browser opens maximized without controls
- Tab management:
list_tabs,open_tab,switch_tab,close_tab - Standard interaction tools:
click,scroll,press_key,type,screenshot
Configuration
Note: You can omit the env section if you have successfully run gbox login in CLI.
For instructions on logging in and configuring your profile, refer to the Gbox CLI Documentation.
If you are already logged in, obtain your GBOX_API_KEY from the Personal tab at gbox.ai/dashboard.
To use your local Android devices, check Register Your Own Device.
Resources
Установка Gbox
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/babelcloud/gbox-mcp-serverFAQ
Gbox MCP бесплатный?
Да, Gbox MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gbox?
Нет, Gbox работает без API-ключей и переменных окружения.
Gbox — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gbox в Claude Desktop, Claude Code или Cursor?
Открой Gbox на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Gbox with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
