Skip to main content
Glama

MCP Windows Desktop Automation

MCP Windowsデスクトップオートメーション

AutoIt を使用した Windows デスクトップ自動化用のモデル コンテキスト プロトコル (MCP) サーバー。

概要

このプロジェクトは、node-autoit-koffiパッケージをラップする TypeScript MCP サーバーを提供し、LLM アプリケーションが MCP プロトコルを通じて Windows デスクトップ タスクを自動化できるようにします。

サーバーは以下を公開します:

  • ツール: すべてのAutoIt機能はMCPツールとして機能します
  • リソース: ファイルアクセスとスクリーンショット機能
  • プロンプト: 一般的な自動化タスクのテンプレート

特徴

  • すべてのAutoIt機能をMCPツールとして完全にラップ
  • stdioとWebSocketトランスポートの両方をサポート
  • ファイルとディレクトリを読み取るためのファイルアクセスリソース
  • 画面または特定のウィンドウをキャプチャするためのスクリーンショットリソース
  • 一般的な自動化タスクのプロンプトテンプレート
  • 厳格なTypeScript型付け

インストール

# Clone the repository git clone https://github.com/yourusername/mcp-windows-desktop-automation.git cd mcp-windows-desktop-automation # Install dependencies npm install # Build the project npm run build

使用法

サーバーの起動

# Start with stdio transport (default) npm start # Start with WebSocket transport npm start -- --transport=websocket --port=3000 # Enable verbose logging npm start -- --verbose

コマンドラインオプション

  • --transport=stdio|websocket : トランスポートプロトコルを指定します(デフォルト: stdio)
  • --port=<number> : WebSocketトランスポートのポート番号を指定します(デフォルト: 3000)
  • --verbose : 詳細ログを有効にする

ツール

サーバーは次のツールを提供します:

  • マウス操作:移動、クリック、ドラッグなど
  • キーボード操作:キーストローク、クリップボード操作などを送信します。
  • ウィンドウ管理: ウィンドウの検索、アクティブ化、閉じる、サイズ変更など。
  • コントロール操作: UI コントロール、ボタン、テキスト フィールドなどを操作します。
  • プロセス管理: プロセスの開始、停止、監視
  • システム操作:シャットダウン、スリープなど

リソース

サーバーは次のリソースを提供します:

  • ファイルアクセス: ファイルの読み取りとディレクトリの一覧表示
  • スクリーンショット: 画面または特定のウィンドウをキャプチャします

プロンプト

サーバーは、次のプロンプト テンプレートを提供します。

  • ウィンドウの操作: ウィンドウを見つけて操作する
  • フォーム入力: フォーム入力タスクを自動化
  • 自動化タスク: 繰り返しタスクのスクリプトを作成する
  • 監視:特定の条件を待つ

発達

# Run in development mode npm run dev # Lint the code npm run lint # Run tests npm run test

ライセンス

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

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

AutoIt 機能をラップするモデル コンテキスト プロトコル サーバー。これにより、LLM はマウス/キーボード操作、ウィンドウ管理、UI コントロールの対話などの Windows デスクトップ タスクを自動化できます。

  1. 概要
    1. 特徴
      1. インストール
        1. 使用法
          1. サーバーの起動
          2. コマンドラインオプション
        2. ツール
          1. リソース
            1. プロンプト
              1. 発達
                1. ライセンス

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    A 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 -
                    57
                    224
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A 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 -
                    3
                    MIT License
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A 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 -
                    26
                    14
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A 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 -
                    8
                    6
                    MIT License

                  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/mario-andreschak/mcp-windows-desktop-automation'

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