This server acts as a bridge between YindDao AI Power and MCP-compatible tools, enabling AI to interact with YindDao RPA and utilize automation capabilities via SSE and Stdio Server modes.
Capabilities vary based on the running mode:
- Local Mode:
queryRobotParam
: Query RPA application parameters.queryApplist
: Query RPA application list.runApp
: Run RPA application.
- Open API Mode (Enterprise only):
uploadFile
: Upload files to the RPA platform.queryRobotParam
: Query RPA application parameters.queryApplist
: Get paginated RPA application list.startJob
: Start an RPA job.queryJob
: Query RPA job status.queryClientList
: Query the list of RPA robot clients.
YingDao AI Power: An AI low-code platform that quickly creates AI agents and AI workflows, helping users leverage AI effectively.
YingDao RPA: An RPA low-code platform, a user-friendly RPA automation product that frees people from repetitive labor.
Yingdao RPA MCP Server is implemented based on the Model Context Protocol (MCP), providing a bridge for interaction between YindDao AI Power and other tools that can serve as MCP Hosts (such as Claude Desktop, Cursor, etc.). It enables AI to utilize RPA capabilities.
It supports both SSE Server and Stdio Server modes.
Getting Started
There are two ways to run YindDao RPA:
Local Mode
Set environment variables:
Path to YindDao RPA executable
Windows
Mac
Path to YindDao RPA user folder
Find the user folder option in YindDao RPA settings
Open API Mode (Enterprise users only)
Set environment variables:
How to obtain
Enterprise administrators can obtain this by logging into the YindDao RPA console. Please refer to YindDao RPA Help Documentation - Authentication
Stdio Server Startup
Configure in the client:
SSE Server Configuration
Build
Clone the repository and build:
Configuration
Add a .env file with configuration items as described above
Startup
Client Configuration
AI Power client configuration:
The default port is 3000
Capabilities
Local Mode
- queryRobotParam: Query RPA application parameters
- queryApplist: Query RPA application list
- runApp: Run RPA application
Open API Mode
- uploadFile: Upload files to the RPA platform
- queryRobotParam: Query RPA application parameters
- queryApplist: Get paginated RPA application list
- startJob: Start an RPA job
- queryJob: Query RPA job status
- queryClientList: Query the list of RPA robot clients
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 server implementing the Model Context Protocol (MCP) that connects YindDao AI Power with MCP Hosts, enabling AI to utilize RPA capabilities for workflow automation.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.Last updated -9TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that exposes the official Notion SDK, allowing AI models to interact with Notion workspaces.Last updated -17777TypeScriptApache 2.0
- AsecurityFlicenseAqualityModel Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.Last updated -105316JavaScript
- -securityFlicense-qualityImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.Last updated -90Python