Odel
WinCtl

WinCtl

Local
@sitharaj88TypeScriptMITUpdated 1mo ago

Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sitharaj88/winctlv1.0.2

Run

npx -y @sitharaj88/winctl

MCP client config

{
  "mcpServers": {
    "winctl": {
      "command": "npx",
      "args": [
        "-y",
        "@sitharaj88/winctl"
      ]
    }
  }
}
MCP Bundlehttps://github.com/sitharaj88/winctl/releases/download/v1.0.2/winctl.mcpbv1.0.2

Distributed as an MCP bundle (`https://github.com/sitharaj88/winctl/releases/download/v1.0.2/winctl.mcpb`) — download it and import the bundle in your MCP client.