MCP.so
登录

Getting Started

@catinair

关于 Getting Started

a mcp server for 影刀RPA

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

catinair

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is YingDao RPA MCP Server?

YingDao RPA MCP Server is an MCP (Model Context Protocol) implementation that bridges YingDao AI Power and MCP hosts (such as Claude Desktop, Cursor). It enables AI agents to leverage YingDao RPA capabilities for automation. The server supports both SSE Server and Stdio Server modes.

How to use YingDao RPA MCP Server?

Choose between Local Mode (set RPA_MODEL=local with paths to the YingDao RPA executable and user folder) or Open API Mode (set RPA_MODEL=openApi with access credentials). For Stdio, configure the client with the npx command and environment variables. For SSE, clone the repository, build, and start the server on port 3000.

Key features of YingDao RPA MCP Server

  • Dual mode support: local and Open API
  • Query RPA application parameters with queryRobotParam
  • List available RPA applications with queryApplist
  • Run RPA applications locally with runApp
  • Upload files to the RPA platform (Open API only)
  • Start and query RPA jobs (Open API only)

Use cases of YingDao RPA MCP Server

  • AI-driven execution of RPA workflows from MCP-compatible clients
  • Automating repetitive office tasks through natural language instructions
  • Integrating RPA capabilities into AI agents or low-code platforms
  • Remote management and monitoring of RPA robot fleets (enterprise)

FAQ from YingDao RPA MCP Server

What are the two operation modes?

Local Mode runs the RPA executable on the same machine; Open API Mode (enterprise only) communicates via cloud APIs using access keys.

How do I configure Local Mode?

Set environment variables RPA_MODEL=local, SHADOWBOT_PATH (path to ShadowBot.exe or 影刀.app), and USER_FOLDER (path from YingDao RPA settings).

How do I configure Open API Mode?

Set RPA_MODEL=openApi, ACCESS_KEY_ID, and `ACCESS

评论

其他 分类下的更多 MCP 服务器