mcp-windows-desktop-automation
64
This project is an MCP server that enables the automation of Windows desktop tasks through AutoIt functions, supporting both stdio and WebSocket transports. It provides tools and resources for a wide range of desktop automation needs, including file access, screenshots, and prompt templates for common tasks.
What is the default transport protocol?
The default transport protocol is stdio.
How can I enable verbose logging?
You can enable verbose logging by using the --verbose flag when starting the server.
What port does the WebSocket transport use by default?
The WebSocket transport uses port 3000 by default.
Can I interact with UI controls using this server?
Yes, the server provides tools for control manipulation, allowing interaction with UI controls, buttons, text fields, etc.
Is TypeScript typing enforced throughout the project?
Yes, strict TypeScript typing is enforced throughout the project.