mcpbeat Sign in

Powershell MCP Server

local only

Powershell MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 123 installs a week from npm. Last commit 2 Sep 2026.

Headless Windows ops over MCP: hidden PowerShell plus in-process SSH, WinRM and SFTP.

Installs per day peak 30 · avg 8 · +30% w/w
a month agotoday
123
Installs / week
npm · powershell-mcp
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/program.ts:26, src/powershell.ts:101
      child = spawn(program, args, {
Touches key and credential files src/index.ts:111
    privateKeyPath: z.string().optional().describe("Path to a private key file on this Windows host, e.g. C:\\\\Users\\\\isak\\\\.ssh\\\\id_ed25519."),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add powershell-mcp -- npx -y powershell-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "powershell-mcp": {
      "args": [
        "-y",
        "powershell-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.powershell-mcp]
command = "npx"
args = ["-y", "powershell-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "powershell-mcp": {
      "args": [
        "-y",
        "powershell-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "powershell-mcp": {
      "args": [
        "-y",
        "powershell-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Powershell MCP

same job, measured the same way
WinBridgeAgent
by codyard

Open-source Windows MCP server for AI assistants. File, clipboard, screenshot, process & power mgmt.

local only
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
IDA Pro MCP Fusion
by rison1337

IDA Pro MCP fusion with cache queries and multi-binary headless analysis.

local only
Promoshot
by garalex

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

local only
Universal Screenshot MCP
by sethbang

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

114 installs/wk local only
Scrapingbee
by pipeworx-io

ScrapingBee MCP — wraps the ScrapingBee headless-scraping API (scrapingbee.com)

answering
Assiststudio Runner
by fieldcure

Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.

local only
Browser Automation
by dataleadspro

Programmatic headless browser sessions: create, interact, browse, and extract - rendered in a real

5 tools answering

Powershell MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Powershell MCP?
Powershell MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package powershell-mcp was installed 123 times last week.
How do I connect Powershell MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls powershell-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Powershell MCP?
The npm package powershell-mcp was installed 123 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Powershell MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.