# PowerShell Exec Server

Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve system information, manage services, monitor processes, and generate scripts dynamically using templates. …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dynamicendpoints/powershell-exec-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list dynamicendpoints/powershell-exec-mcp-server
```

---

Source: https://github.com/DynamicEndpoints/PowerShell-Exec-MCP-Server | License: MIT
