powershell-mcp-server

yossifibrahem/powershell-mcp-server
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
An MCP (Model Context Protocol) server that exposes PowerShell command execution to any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, etc.).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "powershell-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "yossifibrahem/powershell-mcp-server"
      ]
    }
  }
}

Topics

automationmcppowershelltypescript