flauimcp

ckir/flauimcp
★ 0 stars C# AI/LLM Updated 1d ago
MCP server for controlling the Windows desktop (FlaUI/UIA3) from AI agents — Claude Code, Antigravity, and generic MCP clients.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flauimcp": {
      "command": "npx",
      "args": [
        "-y",
        "ckir/flauimcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that lets an AI agent — Claude Code, Antigravity (agy), or any MCP client — **control the Windows desktop**: enumerate windows, launch applications, focus/close windows, **snapshot a window's UI into a ref-tagged accessibility tree**, **screenshot windows or the desktop, read element bounds,

Tools (20)

DesktopCloseWindowDesktopExpandDesktopFocusWindowDesktopGetBoundsDesktopGetFocusedElementDesktopInvokeDesktopLaunchAppDesktopListWindowsDesktopOpenWindowDesktopScreenshotDesktopScrollDesktopScrollIntoViewDesktopSelectDesktopSetFocusDesktopSetValueDesktopSnapshotDesktopSnapshotDiffDesktopSnapshotStatsDesktopToggleDesktopWaitFor