PowerShell MCP Server

by posidron

run_script

Execute PowerShell scripts on Windows systems via the PowerShell MCP Server by specifying the script path and optional parameters for automation and task management.

Input Schema

NameRequiredDescriptionDefault
parametersNoOptional parameters to pass to the script
scriptPathYesPath to the PowerShell script file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameters": { "description": "Optional parameters to pass to the script", "type": "string" }, "scriptPath": { "description": "Path to the PowerShell script file", "type": "string" } }, "required": [ "scriptPath" ], "type": "object" }

You must be authenticated.

Other Tools from PowerShell MCP Server

Related Tools

    ID: fjhi52pfdt