Back to Home
mooreal3 icon

win-mcp-server

Verified Safe

by mooreal3

Overview

Provides secure, validated tools for Windows automation and system queries, enabling AI assistants like Claude to manage applications, windows, and system information locally.

Installation

Run Command
npx @win-mcp/server

Environment Variables

  • WIN_MCP_DEBUG
  • WIN_MCP_LOG_FORMAT
  • WIN_MCP_LOG_LEVEL
  • WIN_MCP_CORS_ORIGIN

Security Notes

The server demonstrates a strong 'security-first design' with multiple layers of protection: path validation, drive restrictions (C: and E: by default), argument sanitization for PowerShell commands, and detection of sensitive file extensions. It explicitly avoids remote execution of arbitrary code, focusing on local PowerShell commands. While PowerShell execution policy is set to 'Bypass', the extensive input validation mitigates the risk for its intended use case. CORS origin defaults to '*' for HTTP/SSE, which should be restricted in production environments for remote access.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-02

Tags

Windows automationMCP serverAI assistantSystem managementApplication orchestration