Pwsh Exec MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from pypi. Last commit 13 Jun 2026.
A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pwsh-exec-mcp -- uvx pwsh-exec
{
"mcpServers": {
"pwsh-exec-mcp": {
"args": [
"pwsh-exec"
],
"command": "uvx"
}
}
}
[mcp_servers.pwsh-exec-mcp]
command = "uvx"
args = ["pwsh-exec"]
{
"mcpServers": {
"pwsh-exec-mcp": {
"args": [
"pwsh-exec"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pwsh-exec-mcp": {
"args": [
"pwsh-exec"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.