The YingDao RPA MCP Server enables the execution and management of Robotic Process Automation (RPA) applications through two modes:
- Local Mode:
- Query RPA application parameters
- Query the list of available RPA applications
- Run specific RPA applications
- Open API Mode (Enterprise Only):
- Upload files to the RPA platform
- Query RPA application parameters
- Get a paginated list of RPA applications
- Start RPA jobs
- Query the status of RPA jobs
- Query the list of available RPA robots (clients)
This server allows other MCP Host tools, such as YingDao AI Power, to interact with YingDao RPA.
影刀RPA MCP Server
影刀RPA:一个RPA低代码平台,一款人人可用的RPA自动化产品,能够将人从重复的劳动中解放出来。 影刀AI Power:一个AI低代码平台,能够快速创建AI智能体、AI工作流,帮助用户把AI用起来。
影刀 RPA MCP Server 基于 Model Context Protocol (MCP) 实现,为影刀AI Power及其他可作为MCP Host的工具(如 Claude Desktop、Cursor 等)提供调用RPA的能力。
同时支持SSE Server与Stdio Server两种模式。
如何开始
支持两种方式来运行影刀RPA
本地模式
设置环境变量 注意:本地模式下,智能获取并运行“我获取的应用”并已经被至少执行过一次的应用
影刀RPA的exe路径
Windows 注意:windows下在AI Power客户端中,路径要使用双斜杠
Mac
影刀RPA的用户文件夹路径
在影刀RPA的设置中,找用户文件夹选项
开放API模式 (仅支持企业用户)
设置环境变量
获取方式
企业管理员登录影刀RPA控制台获取,请参考影刀RPA帮助文档-鉴权
Stdio Server启动
在客户端中配置
SSE Server配置
构建
Clone the repository and build:
配置
添加.env文件,配置项参考以上描述
启动
客户端配置
AI Power 客户端配置
默认端口为3000
能力
本地模式
- queryRobotParam: 查询RPA应用的参数
- queryApplist: 查询RPA应用的列表
- runApp: 运行RPA应用
开放API模式
- uploadFile: 上传文件到RPA平台
- queryRobotParam: 查询RPA应用参数
- queryApplist: 获取分页RPA应用列表
- startJob: 启动RPA作业
- queryJob: 查询RPA作业状态
- queryClientList: 查询调度RPA机器人列表
License
MIT
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A Model Context Protocol server that enables AI platforms to invoke RPA (Robotic Process Automation) capabilities from YingDao, allowing automated execution of repetitive tasks through AI interactions.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.Last updated -1TypeScript
- -securityFlicense-qualityA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.Last updated -Python
- -securityFlicense-qualityA Model Context Protocol server that allows AI assistants to interact with Prefect's workflow automation platform through natural language, enabling users to manage flows, deployments, tasks, and other Prefect resources via conversational commands.Last updated -4Python
Kong Konnect MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server enabling AI assistants to interact with Kong Konnect's API Gateway, providing tools to query analytics data, inspect configurations, and manage control planes through natural language.Last updated -1022TypeScriptApache 2.0