Windows-MCP

Windows-MCP

Windows-MCP is a lightweight, open-source project that enables AI agents to seamlessly integrate into the Windows operating system.

MCPOfficeOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 6.2k
Source
mcp-github

Overview

Windows-MCP is a lightweight, open-source MCP server that bridges LLMs and the Windows operating system, allowing agents to perform tasks such as file navigation, application control, UI interaction, and QA testing. It supports any LLM (no specific model required), reducing complexity and setup time. It enables basic keyboard and mouse operations, as well as capturing window/UI state. Suitable for scenarios requiring automation or AI integration.

Capabilities

  • File navigation
  • Application control
  • UI interaction
  • QA testing
  • Basic keyboard and mouse operations
  • Capture window/UI state

Use cases

Automated file managementApplication control and testingUI automationWeb page content automation

Setup

Requires: Python 3.13+UV (Astra 包管理器)默认语言为英语
Install dependencies: `pip install uv` or `curl -LsSf https://astral.sh/uv/install.sh | sh`; Run the server: `uvx windows-mcp serve`; Run as a background task: `windows-mcp install`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Why does it take a few minutes during first installation?

Because dependencies listed in `pyproject.toml` need to be installed.

How to configure Windows-MCP in Claude Desktop?

Edit `claude_desktop_config.json` and add the corresponding commands and parameters.

Related skills