gunjanjp/powershell-mcp
If you are the rightful owner of powershell-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The PowerShell MCP Server is a comprehensive Model Context Protocol server designed to enable Claude and other LLM applications to execute PowerShell commands, scripts, and perform system operations on Windows systems.
Tools
Functions exposed to the LLM to take actions
execute-powershell
Execute PowerShell commands with optional working directory.
execute-powershell-script
Run PowerShell script files with parameters.
create-powershell-script
Create new PowerShell scripts.
get-system-info
Comprehensive Windows system information.
get-process-list
Running processes with CPU/memory usage (sortable/filterable).
get-service-status
Windows services status with filtering.
check-disk-space
Disk space usage for all or specific drives.
list-directory
Enhanced directory listing with filtering.
get-file-info
Detailed file and directory metadata.
search-files
Recursive file search with pattern matching.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client