Powershell icon

Powershell

Automates Windows PowerShell tasks programmatically via a JSON-RPC interface, enabling script execution, clipboard operations, and terminal output capture.

关于

Provides a Model Context Protocol (MCP) server designed to streamline Windows PowerShell automation using Python. It acts as a bridge, allowing external applications, such as AI assistants, to programmatically interact with Windows Terminal. This enables seamless execution of PowerShell scripts, convenient access to clipboard content, and the ability to capture terminal output, significantly enhancing productivity for developers and system administrators.

主要功能

  • Retrieve current clipboard content programmatically.
  • Communicates via JSON-RPC over stdin/stdout.
  • 0 GitHub stars
  • Enables programmatic interaction with Windows PowerShell.
  • Capture screenshots of PowerShell terminal output.
  • Execute PowerShell scripts in Windows Terminal via clipboard paste.

使用案例

  • Streamlining administrative tasks that require interacting with the PowerShell console.
  • Integrating PowerShell command execution and output capture with AI assistants.
  • Automating routine Windows PowerShell tasks through external scripts or applications.