Wuying AgentBay

MCP server enabling one-click AI Agent task execution with edge-cloud streaming and persistent user state
  • typescript

7

GitHub Stars

typescript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can connect to the Wuying AgentBay MCP Server to run AI Agent tasks in a secure, serverless cloud environment. By configuring an MCP client to talk to the server, you gain access to browser, file, and terminal tools, with real-time edge-cloud interaction and persistent user state that mirrors a local setup.

How to use

Set up your MCP client to connect to the Wuying AgentBay MCP Server. You will use a pre-configured MCP server URL to establish a streaming session that executes your agent tasks in the cloud. You can open a cloud screen stream to view and interact with the cloud desktop, and you can redirect inputs such as keyboard and mouse as needed.

How to install

Prerequisites: make sure you have a modern runtime environment for your MCP client (for example a Node.js-based tool or a dedicated MCP client). Ensure you can access the internet from your development machine to reach the MCP server URL.

  1. Create an API Key for your MCP session. 2) Configure your MCP client with the Wuying MCP server URL. 3) Select the built-in Linux image and enable the MCP tools you need.

If your MCP client supports a JSON-based server configuration, you can add the following server entry to connect via a secure SSE channel. Replace YOUR_API_KEY with the API Key you created.

{
  "mcpServers": {
    "wuying_mcp_server": {
      "url": "https://agentbay.wuying.aliyun.com/sse?APIKEY=YOUR_API_KEY"
    }
  }
}

Additional steps for persistent sessions and tooling

To retain configurations or environments for subsequent sessions, you can attach an EXTERNALID in your MCP server configuration. This keeps your session state available across restarts.

{
  "mcpServers": {
    "wuying_mcp_server": {
      "url": "https://agentbay.wuying.aliyun.com/sse?APIKEY=YOUR_API_KEY&EXTERNALID=user001"
    }
  }
}

Using Screen Streaming (Optional)

You can view and interact with the cloud desktop by opening the screen stream link provided by the MCP. The URL looks like a login-enabled page and can be opened directly in a browser or embedded via Web SDK. Use the parameters in the link to control input and keyboard behavior when needed.

Notes on access and capacity

The cloud service supports calling shared resources with a limited free tier during beta and enforces a concurrency cap of 10 instances. Regions are assigned based on your access IP, so latency is minimized for your location.

Available tools

Browser

Pre-integrated browser tool for web-based tasks within the MCP environment.

File

File tool to read, write, and manage files in the cloud workspace.

Terminal

Terminal tool to run commands inside the MCP session and interact with the cloud environment.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational