Skip to main content
Glama

YindDao RPA MCP Server

by AutomaApp

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

  1. ローカルモード
    1. YindDao RPA実行ファイルへのパス
    2. YindDao RPA ユーザーフォルダへのパス
  2. オープン API モード (エンタープライズ ユーザーのみ)
    1. 入手方法
  3. Stdioサーバーの起動
    1. SSE サーバー構成
      1. 建てる
      2. 構成
      3. 起動する
      4. クライアント構成
    2. 機能
      1. ローカルモード
      2. オープンAPIモード

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      A TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.
      Last updated -
      16
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server that exposes the official Notion SDK, allowing AI models to interact with Notion workspaces.
      Last updated -
      17
      77
      7
      TypeScript
      Apache 2.0
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      quality
      Model 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 -
      10
      104
      21
      JavaScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      Implements 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 -
      90
      Python
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/AutomaApp/aipower-rpa-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server