Back to Browse

Windows MCP Server

Developer ToolsUse Caution3.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

An MCP Server for computer-use in Windows OS

About

An MCP Server for computer-use in Windows OS

Security Report

3.8
Use Caution3.8High Risk

Windows-MCP is a legitimate Windows automation MCP server with comprehensive security features (auth, IP allowlisting, TLS, CORS protection, OAuth 2.0 support). However, the server's inherent design—providing direct control over Windows UI, filesystem, PowerShell, Registry, and process management—creates systemic risk that cannot be fully mitigated in code. The architecture is sound for a local/trusted-network tool, but remote deployment requires careful configuration, and the broad permission scope is by design (not a vulnerability). Code quality is generally good with proper error handling, though some logging and input validation improvements are recommended. Supply chain analysis found 10 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 17 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

file_delete

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

clipboard

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

process_terminate

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

ui_automation

Check that this permission is expected for this type of plugin.

registry

Check that this permission is expected for this type of plugin.

screenshot_capture

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-cursortouch-windows-mcp": {
      "args": [
        "-y",
        "windows-mcp-pi-extension"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!