home / mcp / gru sandbox mcp server

Gru Sandbox MCP Server

Cli and MCP for gbox. Enable AI agents to operate Android/Browser/Desktop like human.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "babelcloud-gbox": {
      "command": "npx",
      "args": [
        "-y",
        "@gbox.ai/mcp-server@latest"
      ]
    }
  }
}