Skip to content
Windsurf

WinCtl for Windsurf

io.github.sitharaj88/winctl

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

client:Windsurf transport:stdio runtime:npm

Install WinCtl in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "winctl": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

WinCtl in other clients