Skip to content

Releases: dcl632/windows-gui-mcp

windows-gui-mcp v0.1.0

Choose a tag to compare

@dcl632 dcl632 released this 03 Jun 22:22

windows-gui-mcp v0.1.0

Initial public release of windows-gui-mcp, a Windows GUI Automation MCP server for AI coding agents.

Highlights:

  • UIA-first Windows GUI automation tools exposed through MCP.
  • Verify-after-action workflow for clicks, typing, waits, and text checks.
  • OCR/image fallback as a last resort.
  • Trace-to-pywinauto script generation.
  • Notepad and Calculator demo workflow.

Validation:

  • python -m compileall -q src tests
  • python -m pytest -q
  • ruff check .
  • python -m build
  • twine check dist/*