winui_mcp_server

whyb/winui_mcp_server
★ 2 stars Python Other Updated 14d ago
An MCP server that allows you to control the Windows interface using prompts via mouse and keyboard.
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": {
    "winui_mcp_server": {
      "command": "uvx",
      "args": [
        "winui-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install winui-mcp-server