Odel
pwsh exec mcp

pwsh exec mcp

Local
@jason262141PythonMITUpdated 2mo ago

A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpwsh-execv1.0.1

Run

uvx pwsh-exec

MCP client config

{
  "mcpServers": {
    "pwsh-exec-mcp": {
      "command": "uvx",
      "args": [
        "pwsh-exec"
      ]
    }
  }
}