Integrations
Provides Windows desktop automation capabilities by wrapping the AutoIt library, enabling control of mouse operations, keyboard input, window management, UI controls, processes, and system operations on Windows systems.
Implemented with strict TypeScript typing throughout, allowing type-safe development and usage of the MCP server for Windows desktop automation tasks.
MCP Windowsデスクトップオートメーション
AutoIt を使用した Windows デスクトップ自動化用のモデル コンテキスト プロトコル (MCP) サーバー。
概要
このプロジェクトは、node-autoit-koffiパッケージをラップする TypeScript MCP サーバーを提供し、LLM アプリケーションが MCP プロトコルを通じて Windows デスクトップ タスクを自動化できるようにします。
サーバーは以下を公開します:
- ツール: すべてのAutoIt機能はMCPツールとして機能します
- リソース: ファイルアクセスとスクリーンショット機能
- プロンプト: 一般的な自動化タスクのテンプレート
特徴
- すべてのAutoIt機能をMCPツールとして完全にラップ
- stdioとWebSocketトランスポートの両方をサポート
- ファイルとディレクトリを読み取るためのファイルアクセスリソース
- 画面または特定のウィンドウをキャプチャするためのスクリーンショットリソース
- 一般的な自動化タスクのプロンプトテンプレート
- 厳格なTypeScript型付け
インストール
Copy
使用法
サーバーの起動
Copy
コマンドラインオプション
--transport=stdio|websocket
: トランスポートプロトコルを指定します(デフォルト: stdio)--port=<number>
: WebSocketトランスポートのポート番号を指定します(デフォルト: 3000)--verbose
: 詳細ログを有効にする
ツール
サーバーは次のツールを提供します:
- マウス操作:移動、クリック、ドラッグなど
- キーボード操作:キーストローク、クリップボード操作などを送信します。
- ウィンドウ管理: ウィンドウの検索、アクティブ化、閉じる、サイズ変更など。
- コントロール操作: UI コントロール、ボタン、テキスト フィールドなどを操作します。
- プロセス管理: プロセスの開始、停止、監視
- システム操作:シャットダウン、スリープなど
リソース
サーバーは次のリソースを提供します:
- ファイルアクセス: ファイルの読み取りとディレクトリの一覧表示
- スクリーンショット: 画面または特定のウィンドウをキャプチャします
プロンプト
サーバーは、次のプロンプト テンプレートを提供します。
- ウィンドウの操作: ウィンドウを見つけて操作する
- フォーム入力: フォーム入力タスクを自動化
- 自動化タスク: 繰り返しタスクのスクリプトを作成する
- 監視:特定の条件を待つ
発達
Copy
ライセンス
マサチューセッツ工科大学
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows LLMs to execute shell commands and receive their output in a controlled manner.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.Last updated -313232TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude and other LLMs to interact with Notion workspaces, providing capabilities like searching, retrieving, creating and updating pages, as well as managing databases.Last updated -2752TypeScript
- -securityAlicense-qualityA Model Context Protocol server that provides desktop automation capabilities using RobotJS and screenshot capabilities, enabling LLMs to control mouse movements, keyboard inputs, and capture screenshots of the desktop environment.Last updated -422JavaScriptMIT License