flaui-server

maciej-szwarc-igt/flaui-server
★ 0 stars C# API Integration Updated today
REST API and MCP server for the desktop automation, using flaui library
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flaui-server": {
      "command": "npx",
      "args": [
        "-y",
        "maciej-szwarc-igt/flaui-server"
      ]
    }
  }
}

README Excerpt

A self-hosted service that drives Windows desktop applications through automation operations through **two transports**: - an **HTTP REST API** (see [`Program.cs`](Program.cs)), and - an **MCP server** (Model Context Protocol) for agent/tool integrations. Use it to launch or attach to an app, explore its UI tree, and interact with individual