PowerShell.MCP
by yotsuda
Overview
Enables AI assistants to execute arbitrary PowerShell commands and CLI tools within a persistent, shared PowerShell console session on a local Windows system.
Installation
<PowerShell.MCP_ModuleBase_Path>\bin\PowerShell.MCP.Proxy.exeSecurity Notes
This module provides complete PowerShell access to the underlying system, allowing read/write/delete file system operations, network access, registry modification, and process management. Malicious use or exploitation through command injection from an untrusted AI client could lead to severe system damage or data exfiltration. While communication is local-only via named pipes (reducing network exposure) and commands are visible in the console, there is no built-in command filtering or sandboxing. Users must exercise extreme caution, use it only in trusted environments, and run it with minimal necessary user privileges.
Similar Servers
Windows-MCP
Enables AI agents to interact with the Windows operating system for tasks such as file navigation, application control, UI interaction, and QA testing.
gcloud-mcp
Enables AI assistants to interact with Google Cloud using natural language and automate cloud operations via the gcloud CLI.
responsible-vibe-mcp
Guides AI coding agents through structured engineering workflows and manages long-term project memory and documentation for various development tasks.
files-stdio-mcp-server
Provides sandboxed filesystem access for AI agents to explore directories, read/search file content, and safely edit text files with checksum verification.