PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversautonomous-agents英道 RPA 服务器
返回「autonomous-agents」

英道 RPA 服务器

modelscope·@ying-dao/yingdao_mcp_server

autonomous-agents0下载LocalModelScope

简介

一种模型上下文协议服务器,使人工智能平台能够调用英道的RPA(机器人流程自动化)功能,通过人工智能交互实现重复性任务的自动执行。

MCP Server 详情

来自 ModelScope 索引
<p> <img src="src/assets/yingdao_logo.svg" width="256"/> </p>

YingDao RPA MCP Server

影刀RPA: An RPA low-code platform, a product that everyone can use for RPA automation, which can free people from repetitive labor. <br/> 影刀AI Power: An AI low-code platform that allows for the quick creation of AI agents and AI workflows, helping users to utilize AI.

The YingDao RPA MCP Server is implemented based on the Model Context Protocol (MCP), providing the capability to call RPA for YingDao AI Power and other tools that can act as MCP Hosts (such as Claude Desktop, Cursor, etc.).

It supports both SSE Server and Stdio Server modes.

Getting Started

There are two ways to run YingDao RPA:

Local Mode

Set environment variables Note: In local mode, only "My Acquired Apps" that have been executed at least once can be intelligently retrieved and run. bash RPA_MODEL=local SHADOWBOT_PATH={your_shadowbot_path} // Path to the YingDao RPA .exe file USER_FOLDER={your_user_folder} // Path to the YingDao RPA user folder

Path to the YingDao RPA .exe File

Windows Note: On Windows, in the AI Power client, use double backslashes for the path. bash D:\Program Files\{installation_directory}\ShadowBot.exe

Mac

bash /Applications/影刀.app

Path to the YingDao RPA User Folder

Find the user folder option in the settings of YingDao RPA.

<p><img src="src/assets/user_folder.png" width="512"/></p>

Open API Mode (For Enterprise Users Only)

Set environment variables

bash RPA_MODEL=openApi ACCESS_KEY_ID={your_access_key_id} ACCESS_KEY_SECRET={your_access_key_secret}

How to Obtain

Enterprise administrators can log into the YingDao RPA console to obtain these. Please refer to YingDao RPA Help Documentation - Authentication.

Starting Stdio Server

Configure in the client json { "mcpServers": { "YingDao RPA MCP Server": { "command": "npx", "args": ["-y", "yingdao-mcp-server"], "env":{ "RPA_MODEL":"openApi", "ACCESS_KEY_ID":"{your_access_key_id}", "ACCESS_KEY_SECRET":"{your_access_key_secret}" } } } }

SSE Server Configuration

Build

Clone the repository and build:

bash git clone https://github.com/ying-dao/yingdao_mcp_server.git cd yingdao_mcp_server npm install npm run build

Configuration

Add an .env file, with configuration items as described above.

Start

bash npm run start:server

Client Configuration

AI Power client configuration json { "mcpServers": { "YingDao RPA MCP Server": { "url": "http://localhost:3000/sse", "description": "YingDao MCP Server" } } }

The default port is 3000.

Capabilities

Local Mode

  1. queryRobotParam: Query parameters of the RPA application
  2. queryApplist: Query the list of RPA applications
  3. runApp: Run the RPA application

Open API Mode

  1. uploadFile: Upload files to the RPA platform
  2. queryRobotParam: Query parameters of the RPA application
  3. queryApplist: Get paginated list of RPA applications
  4. startJob: Start an RPA job
  5. queryJob: Query the status of an RPA job
  6. queryClientList: Query the list of RPA robots for scheduling

License

MIT

相关 MCP Servers(来自「autonomous-agents」)

kristofferv98

暂无描述。

@kristofferv98/Mcp_calender_agent

HamzaFarhan

暂无描述。

@HamzaFarhan/memory

NexusX-MCP

暂无描述。

@NexusX-MCP/reasoning-mcp-server

kstrikis

暂无描述。

@kstrikis/ephor-mcp-collaboration

NoveltyEngine

暂无描述。

@NoveltyEngine/python-hello-warp-mcp

twilio-labs

暂无描述。

@twilio-labs/mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/ying-dao-yingdao_mcp_server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
autonomous-agents / app-automation
运行方式
No
许可证
MIT License
详情文件
ying-dao-yingdao_mcp_server.md