winproc_mcp
Verified Safeby smspgh
Overview
Provides AI-assisted and direct command-line management for Windows processes and services.
Installation
python winproc_mcp.pyEnvironment Variables
- WINPROC_TIMEOUT
- WINPROC_FORCE_COLOR
Security Notes
The server executes PowerShell scripts via subprocess calls, including operations that require UAC elevation. While inputs for PowerShell commands are generally quoted or validated (e.g., PIDs are integers), direct string interpolation in f-strings for script generation carries an inherent, albeit low, risk of command injection if not meticulously handled for all possible user inputs. The UAC elevation mechanism is correctly implemented, prompting the user for destructive actions, which enhances security by preventing silent elevated operations.
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.
MCPControl
A Windows control server for the Model Context Protocol, enabling AI models to programmatically control system operations such as mouse, keyboard, window management, and screen capture.
Windows-MCP.Net
Enabling AI assistants to automate tasks and interact with the Windows desktop environment.
responsible-vibe-mcp
Transforms any AI coding agent into a structured development partner by guiding it through battle-tested engineering workflows with persistent context and documentation.