📚 resourceActiveExperimentalcritical

Windows-MCP

by CursorTouch

MCP Server for Computer Use in Windows

Stars

5.9k

Skill Type

📖 Library & API Reference

Quality Score

74/200

License

MIT

Forks

748

Last Updated

Jun 11, 2026

Discovered

Mar 27, 2026

Validation

Passed

github.com/CursorTouch/Windows-MCP

Quality Breakdown

74/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
✓Verification/Safety+20
✓Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
â—‹Single Responsibility+10
â—‹Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

critical

Manual security review required. Use with extreme caution.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Unrestricted shell/PowerShell execution capability (src/windows_mcp/desktop/powershell.py, src/windows_mcp/tools/shell.py) allowing arbitrary command execution
  • Process control tools (src/windows_mcp/tools/process.py) enabling spawning and termination of arbitrary processes
  • Registry modification capabilities (src/windows_mcp/registry/ and src/windows_mcp/tools/registry.py) allowing system configuration changes
  • Filesystem manipulation tools (src/windows_mcp/tools/filesystem.py) with full read/write/delete access
  • Clipboard access and input simulation (src/windows_mcp/tools/clipboard.py, src/windows_mcp/tools/input.py) enabling keystroke/mouse injection
  • Application control and UI automation (src/windows_mcp/uia/) for uncontrolled window/control interaction