-
securityF
license-
qualityA Model Context Protocol server that allows LLMs to execute shell commands and receive their output in a controlled manner.
Last updated -
Python
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.
使用 AutoIt 实现 Windows 桌面自动化的模型上下文协议 (MCP) 服务器。
该项目提供了一个 TypeScript MCP 服务器,它包装了node-autoit-koffi包,允许 LLM 应用程序通过 MCP 协议自动执行 Windows 桌面任务。
服务器暴露:
--transport=stdio|websocket
:指定传输协议(默认:stdio)--port=<number>
:指定 WebSocket 传输的端口(默认值:3000)--verbose
:启用详细日志记录该服务器提供以下工具:
该服务器提供以下资源:
服务器提供以下提示模板:
麻省理工学院
This server cannot be installed
包装 AutoIt 功能的模型上下文协议服务器,使 LLM 能够自动执行 Windows 桌面任务,包括鼠标/键盘操作、窗口管理和 UI 控制交互。