Skip to main content
Glama
DXN-crsis
by DXN-crsis

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

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.

Related MCP server: WinScript

Getting started

pip install -e .
python -m windows_mcp.server

See QUICK_START.md and examples/ for client configuration.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A lightweight server that enables AI agents to interact natively with the Windows operating system for tasks like UI automation and application control. It allows LLMs to perform file navigation, simulate user input, and manage windows without requiring specialized computer vision models.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI clients to automate Windows desktop applications through window manipulation, image recognition, OCR, keyboard/mouse simulation, and memory operations via the MCP protocol.
    MIT