Skip to main content
Glama
DXN-crsis
by DXN-crsis
README.md
<div align="center">

<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=600&size=26&duration=3200&pause=900&color=58A6FF&center=true&vCenter=true&width=680&height=60&lines=Windows+MCP+Server;Desktop+Automation+for+LLMs" alt="typing" />

A fast Model Context Protocol server that gives AI assistants structured
control of the Windows desktop through the UI Automation tree.

<img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" />
<img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" />
<img src="https://img.shields.io/badge/MCP-000000?style=for-the-badge&logo=anthropic&logoColor=white" />

<img src="https://img.shields.io/github/languages/top/romeo2badboy-rgb/Windows-mcp?style=flat-square&color=3776AB" />
<img src="https://img.shields.io/github/repo-size/romeo2badboy-rgb/Windows-mcp?style=flat-square" />
<img src="https://img.shields.io/github/last-commit/romeo2badboy-rgb/Windows-mcp?style=flat-square" />

</div>

## Overview

Exposes the Windows desktop to MCP-compatible clients: enumerate the UI
Automation tree, read window and control state, and drive interactions. Tuned
for low-latency traversal so automation stays responsive.

## Getting started

```bash
pip install -e .
python -m windows_mcp.server
```

See `QUICK_START.md` and `examples/` for client configuration.