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).
Run
npx -y @sitharaj88/winctl
MCP client config
{
"mcpServers": {
"winctl": {
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
]
}
}
}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.