MCP Windows Desktop Automation
MCP Windowsデスクトップオートメーション
AutoIt を使用した Windows デスクトップ自動化用のモデル コンテキスト プロトコル (MCP) サーバー。
概要
このプロジェクトは、node-autoit-koffiパッケージをラップする TypeScript MCP サーバーを提供し、LLM アプリケーションが MCP プロトコルを通じて Windows デスクトップ タスクを自動化できるようにします。
サーバーは以下を公開します:
ツール: すべてのAutoIt機能はMCPツールとして機能します
リソース: ファイルアクセスとスクリーンショット機能
プロンプト: 一般的な自動化タスクのテンプレート
Related MCP server: Bridge 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ライセンス
マサチューセッツ工科大学
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol server for Wix AI tools
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA lean local Windows automation server providing tools for mouse and keyboard control, screenshot capture, and process management. It enables programmatic interaction with the Windows desktop environment through the Model Context Protocol.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that gives any AI full control over a Windows PC, enabling application control, mouse/keyboard automation, screen capture, browser automation, and more.28 PyPI5MIT
- FlicenseNot gradedqualityDmaintenanceWindows GUI automation MCP server for Claude Code, enabling deterministic desktop app control via 32 tools including window management, input, pixel search, and file verification, leveraging the AutoIt backend.-
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that gives AI assistants full control over native Windows applications — launch, inspect, click, type, screenshot, and test any WinUI3, WPF, WinForms, UWP, or Win32 app.69 npm39MIT