YindDao RPA MCP Server

MIT License
4
  • Apple

Integrations

  • Enables configuration of the RPA MCP Server through environment variables in a .env file for authentication and mode settings.

  • Allows installation and execution of the RPA MCP Server through the npm package manager using the @automa-ai-power/rpa-mcp-servers package.

YingDao AI Power : AI エージェントと AI ワークフローを迅速に作成し、ユーザーが AI を効果的に活用できるようにする AI ローコード プラットフォーム。

YingDao RPA : RPA ローコード プラットフォーム、反復的な作業から人々を解放するユーザーフレンドリーな RPA 自動化製品。

Yingdao RPA MCPサーバーは、モデルコンテキストプロトコル(MCP)に基づいて実装されており、YindDao AI PowerとMCPホストとして機能する他のツール(Claude Desktop、Cursorなど)との連携のためのブリッジを提供します。これにより、AIによるRPA機能の活用が可能になります。

SSE サーバー モードと Stdio サーバー モードの両方をサポートします。

はじめる

YindDao RPA を実行するには 2 つの方法があります。

ローカルモード

環境変数を設定します。

RPA_MODEL=local SHADOWBOT_PATH={your_shadowbot_path} //Path to YindDao RPA executable USER_FOLDER={your_user_folder} //Path to YindDao RPA user folder

YindDao RPA実行ファイルへのパス

ウィンドウズ

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

マック

/Applications/影刀.app

YindDao RPA ユーザーフォルダへのパス

YindDao RPA設定でユーザーフォルダオプションを見つける

オープン API モード (エンタープライズ ユーザーのみ)

環境変数を設定します。

RPA_MODEL=openApi ACCESS_KEY_ID={your_access_key_id} ACCESS_KEY_SECRET={your_access_key_secret}

入手方法

エンタープライズ管理者は、YindDao RPAコンソールにログインすることで認証情報を取得できます。YindDao RPAヘルプドキュメントの認証情報を参照してください。

Stdioサーバーの起動

クライアントで設定します:

{ "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 サーバー構成

建てる

リポジトリをクローンしてビルドします。

git clone https://github.com/AutomaApp/aipower-rpa-mcp-server.git cd aipower-rpa-mcp-servers npm install npm run build

構成

上記のように構成項目を含む.envファイルを追加します

起動する

npm run start:server

クライアント構成

AI Power クライアント構成:

{ "mcpServers": { "YingDao RPA MCP Server": { "url": "http://localhost:3000/sse", "description": "Yingdao RPA MCP Server" } } }

デフォルトのポートは3000です

機能

ローカルモード

  1. queryRobotParam : RPAアプリケーションのパラメータを照会する
  2. queryApplist : RPA アプリケーションリストのクエリ
  3. runApp : RPAアプリケーションを実行する

オープンAPIモード

  1. uploadFile : RPAプラットフォームにファイルをアップロードする
  2. queryRobotParam : RPAアプリケーションのパラメータを照会する
  3. queryApplist : ページ分けされた RPA アプリケーション リストを取得します。
  4. startJob : RPAジョブを開始する
  5. queryJob : RPAジョブのステータスを照会する
  6. queryClientList : RPA ロボットクライアントのリストを照会する

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

YindDao AI Power を MCP ホストに接続するモデル コンテキスト プロトコル (MCP) を実装したサーバー。これにより、AI がワークフロー自動化のために RPA 機能を利用できるようになります。

  1. Local Mode
    1. Path to YindDao RPA executable
    2. Path to YindDao RPA user folder
  2. Open API Mode (Enterprise users only)
    1. How to obtain
  3. Stdio Server Startup
    1. SSE Server Configuration
      1. Build
      2. Configuration
      3. Startup
      4. Client Configuration
    2. Capabilities
      1. Local Mode
      2. Open API Mode
    ID: bnnrdw7amh