MCPServerPS

daxian-dbw/MCPServerPS
★ 7 stars C# 💻 Code/Dev Tools Updated 10d ago
Implement an MCP server as PowerShell module
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": {
    "mcpserverps": {
      "command": "npx",
      "args": [
        "-y",
        "daxian-dbw/MCPServerPS"
      ]
    }
  }
}