Run raw PowerShell 7 commands on Windows with exit code and outputs.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.Jason26214/pwsh-exec-mcp" MCP server from askskill: Run: claude mcp add 'io-github-jason26214-pwsh-exec-mcp' -- npx -y pwsh-exec
Run the following command in Windows PowerShell 7 and return the raw exit code, stdout, and stderr: Write-Output "Hello"; exit 0
Returns the successful exit code, stdout containing Hello, and empty stderr.
Execute this PowerShell 7 command and preserve the full stderr output: Get-Item "C:\not-exist-file.txt"
Returns a non-zero exit code or error details to help identify missing-file issues.
Run a PowerShell 7 command to list files in the current directory and return raw stdout/stderr: Get-ChildItem
Returns the directory listing in stdout for further analysis or automation.
Enable AI agents to run PowerShell, analyze scripts, and provide IntelliSense.
Run PowerShell commands and automate Windows tasks in a shared session.
Enable AI-driven SSH, file transfer, serial sessions, and key management.
Lets ChatGPT remotely control a Windows PC for dev and ops tasks.
Execute shell commands securely over MCP for controlled dev and ops workflows.
Lets AI control Windows desktop apps with UI automation, OCR, and verification.