YingDao RPA MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@YingDao RPA MCP ServerRun the 'Data Sync' RPA app."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
RPA_MODEL=local
SHADOWBOT_PATH={your_shadowbot_path} //Path to YindDao RPA executable
USER_FOLDER={your_user_folder} //Path to YindDao RPA user folderPath to YindDao RPA executable
Windows
D:\Program Files\{installation directory}\ShadowBot.exeMac
/Applications/影刀.appPath to YindDao RPA user folder
Find the user folder option in YindDao RPA settings

Related MCP server: YingDao RPA MCP Server
Open API Mode (Enterprise users only)
Set environment variables:
RPA_MODEL=openApi
ACCESS_KEY_ID={your_access_key_id}
ACCESS_KEY_SECRET={your_access_key_secret}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:
{
"mcpServers": {
"YingDao RPA MCP Server": {
"command": "npx",
"args": ["-y", "@automa-ai-power/rpa-mcp-servers", "-stdio"],
"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:
git clone https://github.com/AutomaApp/aipower-rpa-mcp-server.git
cd aipower-rpa-mcp-servers
npm install
npm run buildConfiguration
Add a .env file with configuration items as described above
Startup
npm run start:serverClient Configuration
AI Power client configuration:
{
"mcpServers": {
"YingDao RPA MCP Server": {
"url": "http://localhost:3000/sse",
"description": "Yingdao RPA MCP Server"
}
}
}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
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Let AI agents query data and act across all your business apps via MCP.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that allows AI assistants to invoke and interact with Integrator automation workflows through an API connection.9MIT

YingDao RPA MCP Serverofficial
AlicenseBqualityCmaintenanceA 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.656102MIT- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to operate Huawei Cloud resources (ECS, OBS, GaussDB, etc.) through conversational workflows via the Model Context Protocol.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that wraps RPA-Python to enable AI models to directly control browsers for web automation, supporting 54 tools for navigation, interaction, and data extraction.-