MCP Windowsデスクトップオートメーション
AutoIt を使用した Windows デスクトップ自動化用のモデル コンテキスト プロトコル (MCP) サーバー。
概要
このプロジェクトは、node-autoit-koffiパッケージをラップする TypeScript MCP サーバーを提供し、LLM アプリケーションが MCP プロトコルを通じて Windows デスクトップ タスクを自動化できるようにします。
サーバーは以下を公開します:
ツール: すべてのAutoIt機能はMCPツールとして機能します
リソース: ファイルアクセスとスクリーンショット機能
プロンプト: 一般的な自動化タスクのテンプレート
特徴
すべてのAutoIt機能をMCPツールとして完全にラップ
stdioとWebSocketトランスポートの両方をサポート
ファイルとディレクトリを読み取るためのファイルアクセスリソース
画面または特定のウィンドウをキャプチャするためのスクリーンショットリソース
一般的な自動化タスクのプロンプトテンプレート
厳格なTypeScript型付け
インストール
使用法
サーバーの起動
コマンドラインオプション
--transport=stdio|websocket: トランスポートプロトコルを指定します(デフォルト: stdio)--port=<number>: WebSocketトランスポートのポート番号を指定します(デフォルト: 3000)--verbose: 詳細ログを有効にする
ツール
サーバーは次のツールを提供します:
マウス操作:移動、クリック、ドラッグなど
キーボード操作:キーストローク、クリップボード操作などを送信します。
ウィンドウ管理: ウィンドウの検索、アクティブ化、閉じる、サイズ変更など。
コントロール操作: UI コントロール、ボタン、テキスト フィールドなどを操作します。
プロセス管理: プロセスの開始、停止、監視
システム操作:シャットダウン、スリープなど
リソース
サーバーは次のリソースを提供します:
ファイルアクセス: ファイルの読み取りとディレクトリの一覧表示
スクリーンショット: 画面または特定のウィンドウをキャプチャします
プロンプト
サーバーは、次のプロンプト テンプレートを提供します。
ウィンドウの操作: ウィンドウを見つけて操作する
フォーム入力: フォーム入力タスクを自動化
自動化タスク: 繰り返しタスクのスクリプトを作成する
監視:特定の条件を待つ
発達
ライセンス
マサチューセッツ工科大学
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
AutoIt 機能をラップするモデル コンテキスト プロトコル サーバー。これにより、LLM はマウス/キーボード操作、ウィンドウ管理、UI コントロールの対話などの Windows デスクトップ タスクを自動化できます。
Related MCP Servers
- -security-license-qualityA Windows control server built using nut.js and Model Context Protocol (MCP), providing programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture functionality.Last updated -33247MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that provides programmatic access to the Windows terminal, enabling AI models to interact with the Windows command line through standardized tools for writing commands, reading output, and sending control signals.Last updated -3MIT License
- -security-license-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 -2416MIT License
- Asecurity-licenseAqualityA secure Model Context Protocol server that allows AI models to safely interact with Windows command-line functionality, enabling controlled execution of system commands, project creation, and system information retrieval.Last updated -87MIT License