Windows-MCP is an open-source server that integrates AI agents with the Windows operating system, enabling tasks like file navigation, application control, and UI interaction.
From the registry: An MCP Server for computer-use in Windows OS

Please install the `windows-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.13+** — Required runtime
- **UV package manager** — Install UV from Astral Run: `pip install uv` (https://astral.sh/uv)
- **Windows 7-11** — Platform requirement for UI automation
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["windows-mcp"]
- optional environment variables:
- `ANONYMIZED_TELEMETRY`: Set to false to disable telemetry (example: `false`)
- `WINDOWS_MCP_SCREENSHOT_SCALE`: Scale factor for screenshots (0.1-1.0) (example: `0.5`)
Note: Windows-only. Supports remote mode via windowsmcp.io (requires MODE=remote, SANDBOX_ID, API_KEY env vars).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Hash-verified file editing MCP server with token efficiency hook for AI coding agents.