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).
Run
uvx pwsh-exec
MCP client config
{
"mcpServers": {
"pwsh-exec-mcp": {
"command": "uvx",
"args": [
"pwsh-exec"
]
}
}
}