Skip to main content
ClaudeWave

MCP Server for Computer Use in Windows

MCP ServersOfficial Registry7k stars837 forksPythonMITUpdated today
Editor's note

Windows-MCP is a Python-based MCP server that gives AI agents direct, programmatic control over the Windows operating system, covering file navigation, application launching, window management, keyboard and mouse simulation, and UI element interaction. It connects to Claude Desktop by adding an entry to `claude_desktop_config.json` and running via `uvx windows-mcp serve`, and it is also listed in the official MCP Registry. Rather than relying on computer vision or fine-tuned models, it reads the Windows UI Automation tree directly, which means it works with any LLM that supports tool calls. A dedicated DOM mode (`use_dom=True`) narrows the accessibility tree to web page content only, supporting Chrome, Edge, and Firefox for browser automation tasks. Typical action-to-action latency runs between 0.2 and 0.5 seconds. The project has reportedly reached over two million users through the Claude Desktop extension directory, making it relevant for developers, QA testers, and anyone building Windows desktop automation workflows on top of Claude.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · windows-mcp
Claude Code CLI
claude mcp add windows-mcp -- uvx windows-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "windows-mcp": {
      "command": "uvx",
      "args": ["windows-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/CursorTouch/Windows-MCP and follow its README.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aidesktopmcptoolswindowswindows-automation

What people ask about Windows-MCP

What is CursorTouch/Windows-MCP?

+

CursorTouch/Windows-MCP is mcp servers for the Claude AI ecosystem. MCP Server for Computer Use in Windows It has 7k GitHub stars and its last recorded update is dated 2026-09-10.

How do I install Windows-MCP?

+

You can install Windows-MCP by cloning the repository (https://github.com/CursorTouch/Windows-MCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is CursorTouch/Windows-MCP safe to use?

+

Our security agent has analyzed CursorTouch/Windows-MCP and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains CursorTouch/Windows-MCP?

+

CursorTouch/Windows-MCP is maintained by CursorTouch. The last recorded GitHub activity is dated 2026-09-10, with 20 open issues.

Are there alternatives to Windows-MCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy Windows-MCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: CursorTouch/Windows-MCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cursortouch-windows-mcp)](https://claudewave.com/repo/cursortouch-windows-mcp)
<a href="https://claudewave.com/repo/cursortouch-windows-mcp"><img src="https://claudewave.com/api/badge/cursortouch-windows-mcp" alt="Featured on ClaudeWave: CursorTouch/Windows-MCP" width="320" height="64" /></a>

More MCP Servers