pwsh-exec
Rank #24,666io.github.Jason26214/pwsh-exec-mcp
A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr.
pwsh-exec is a Model Context Protocol (MCP) server published by jason26214. It ranks #24,666 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. pwsh-exec is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 13, 2026.
Ranks ahead of 90,794 of 115,460 servers on MCP Toplist.
Use pwsh-exec
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pwsh-exec-mcp -e "PWSH_EXEC_DEFAULT_DIR=<your PWSH_EXEC_DEFAULT_DIR>" -- uvx pwsh-execReplace each placeholder with your own value before saving.
[mcp_servers.pwsh-exec-mcp]
command = "uvx"
args = ["pwsh-exec"]
[mcp_servers.pwsh-exec-mcp.env]
PWSH_EXEC_DEFAULT_DIR = "<your PWSH_EXEC_DEFAULT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pwsh-exec-mcp": {
"command": "uvx",
"args": [
"pwsh-exec"
],
"env": {
"PWSH_EXEC_DEFAULT_DIR": "<your PWSH_EXEC_DEFAULT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pwsh-exec-mcp": {
"command": "uvx",
"args": [
"pwsh-exec"
],
"env": {
"PWSH_EXEC_DEFAULT_DIR": "<your PWSH_EXEC_DEFAULT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pwsh-exec-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pwsh-exec"
],
"env": {
"PWSH_EXEC_DEFAULT_DIR": "<your PWSH_EXEC_DEFAULT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pwsh-exec-mcp": {
"command": "uvx",
"args": [
"pwsh-exec"
],
"env": {
"PWSH_EXEC_DEFAULT_DIR": "<your PWSH_EXEC_DEFAULT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pwsh-exec-mcp": {
"command": "uvx",
"args": [
"pwsh-exec"
],
"env": {
"PWSH_EXEC_DEFAULT_DIR": "<your PWSH_EXEC_DEFAULT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Jason26214%2Fpwsh-exec-mcp)<a href="https://mcptoplist.com/server/io.github.Jason26214%2Fpwsh-exec-mcp"><img src="https://mcptoplist.com/badge/io.github.Jason26214%2Fpwsh-exec-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jason26214
Other servers by jason26214
View all jason26214 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 13, 2026 |
Frequently asked questions
- Who maintains pwsh-exec?
- pwsh-exec is maintained by jason26214, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is pwsh-exec listed on the Official MCP Registry?
- Yes — pwsh-exec is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does pwsh-exec have?
- MCP Toplist tracks 1 version of pwsh-exec, most recently published on Jun 13, 2026.
- Where can I find the source code for pwsh-exec?
- The source code for pwsh-exec is hosted at github.com/jason26214/pwsh-exec-mcp.