Back to Home
CursorTouch icon

Windows-MCP

by CursorTouch

Overview

This MCP server enables AI agents to directly interact with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing.

Installation

Run Command
uvx windows-mcp

Environment Variables

  • ANONYMIZED_TELEMETRY

Security Notes

The `Powershell-Tool` directly executes arbitrary PowerShell commands via `subprocess.run(command, shell=True)`. This is a critical security vulnerability, as it allows any compromised AI agent using this server to execute arbitrary code on the host machine with the user's privileges. Additionally, anonymized telemetry data is sent to PostHog by default, with a hardcoded API key, raising privacy concerns. The extensive UI automation capabilities, while core to its function, also present a significant risk if exploited maliciously.

Similar Servers

Stats

Interest Score100
Security Score1
Cost ClassMedium
Avg Tokens1500
Stars3968
Forks475
Last Update2026-01-19

Tags

WindowsUI AutomationAI AgentDesktop ControlPython