Enables AI assistants and other clients to securely execute PowerShell commands and retrieve results.
Act as a robust MCP Server designed to bridge the gap between AI assistants and Windows environments, enabling the seamless execution of PowerShell commands. Built with TypeScript and Bun, it provides a secure and non-interactive way for client applications to run PowerShell scripts, retrieve their output, and automate tasks. It supports both modern PowerShell 7 and legacy Windows PowerShell 5.1, offering flexible deployment options with Bun or Node.js.
Key Features
01Supports Bun and Node.js runtimes
02Compatible with PowerShell 7 and Windows PowerShell 5.1
03Configurable execution timeout
04Secure, non-interactive script execution
05Zero-configuration installation via bunx or npx
060 GitHub stars
Use Cases
01Allowing AI assistants to automate tasks on Windows systems
02Integrating PowerShell script execution into external applications
03Orchestrating Windows server management through programmatic interfaces