windeskctl

bearlyplayz/windeskctl
★ 0 stars C# Code/Dev Tools Updated today
Claude Coded: Desktop capture, input, and UI automation for Windows. One binary: a CLI and an MCP stdio server.
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": {
    "windeskctl": {
      "command": "npx",
      "args": [
        "-y",
        "bearlyplayz/windeskctl"
      ]
    }
  }
}