YingDao RPA MCP Server

YingDao RPA MCP Server

Enables AI to execute RPA applications and workflows through the Model Context Protocol, supporting both local and cloud modes.

Category
Visit Server

README

<p> <img src="src/assets/aipower_logo.svg" width="64"/> </p>

YindDao AI Power - RPA MCP Server

<p> <a href="README.md">[English]</a> | <a href="README.zh.md">[Chinese]</a> </p>

YingDao AI Power: An AI low-code platform that quickly creates AI agents and AI workflows, helping users leverage AI effectively. <br/>

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 folder

Path to YindDao RPA executable

Windows

D:\Program Files\{installation directory}\ShadowBot.exe

Mac

/Applications/影刀.app

Path to YindDao RPA user folder

Find the user folder option in YindDao RPA settings

User folder settings

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 build

Configuration

Add a .env file with configuration items as described above

Startup

npm run start:server

Client 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

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

Open API Mode

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

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured