A fast Model Context Protocol server that gives AI assistants structuredcontrol of the Windows desktop through the UI Automation tree.
Overview
Exposes the Windows desktop to MCP-compatible clients: enumerate the UIAutomation tree, read window and control state, and drive interactions. Tunedfor low-latency traversal so automation stays responsive.
Getting started
pip install -e .
python -m windows_mcp.server
See QUICK_START.md and examples/ for client configuration.