Windows Desktop Automation
Automates Windows desktop tasks using AutoIt functions and the Model Context Protocol (MCP).
关于
This project provides a TypeScript-based Model Context Protocol (MCP) server that allows LLM applications to automate Windows desktop interactions. By wrapping AutoIt functions, the server exposes comprehensive tools for mouse and keyboard operations, window and control management, and system interactions. It also includes file access and screenshot resources, alongside prompt templates for common automation tasks.
主要功能
- Supports stdio and WebSocket transports.
- Includes prompt templates for common automation tasks.
- Wraps all AutoIt functions as MCP tools.
- Offers screenshot resources for capturing the screen or specific windows.
- Provides file access resources for reading files and directories.
- 38 GitHub stars
使用案例
- Automating repetitive form filling tasks.
- Creating scripts for window interaction.
- Monitoring system conditions.