Deskhand

guscatalano/Deskhand
★ 0 stars C# Browser/Web Updated today
Control your windows computer with an MCP server and website
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": {
    "deskhand": {
      "command": "npx",
      "args": [
        "-y",
        "guscatalano/Deskhand"
      ]
    }
  }
}

README Excerpt

A **localhost-only HTTP server** that exposes Windows **UI Automation**, **screen capture**, and **synthetic input** for the machine it runs on. It is the HTTP surface of the Deskhand design (see `Deskhand.html` for the full architecture doc). Built on **.NET 9 + FlaUI (UIA3)**. This is the **Phase 1** deliverable: the single-machine, in-session **Default desktop** path.

Tools (1)

CreateProcessAsUser