WinCtl for Cursor
io.github.sitharaj88/winctl
Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.
client:Cursor
transport:stdio
runtime:npm
Install WinCtl in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"winctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sitharaj88/winctl"
],
"env": {
"WINCTL_PROFILE": "<WINCTL_PROFILE>",
"WINCTL_TIERS": "<WINCTL_TIERS>",
"WINCTL_ALLOWED_PATHS": "<WINCTL_ALLOWED_PATHS>",
"WINCTL_CONFIRM_DESTRUCTIVE": "<WINCTL_CONFIRM_DESTRUCTIVE>",
"WINCTL_AUDIT_LOG": "<WINCTL_AUDIT_LOG>",
"WINCTL_MAX_IMAGE_WIDTH": "<WINCTL_MAX_IMAGE_WIDTH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs