MCP ConfigsMay 11, 2026·2 min read

Windows-MCP — Windows Computer-Use MCP

Windows-MCP is a Python MCP server for Windows 7–11 that lets agents control apps, UI, and files. Install from PyPI via uvx and add to Claude Code.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Stage only · 29/100Stage only
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Single
Trust
Trust: Established
Entrypoint
README.md
Universal CLI install command
npx tokrepo install 55710c60-049b-403c-972c-926e7079b382
Intro

Best for: teams who need real Windows automation (QA, app control, file ops) through an MCP server instead of fragile scripts

Works with: Windows 7–11, Python 3.13+ per repo, uv/uvx, MCP clients (Claude Code/Cursor and more)

Setup time: 12 minutes

Quant Data

  • Windows 7–11 support (repo)
  • Python 3.13+ (repo)

How to Use It Well

Adopt Windows-MCP by scoping permissions first (folders, apps). Start with file navigation, then UI actions, then QA flows with deterministic assertions.

Adoption Checklist

  • Start with one real task and keep the scope narrow
  • Capture a baseline: time-to-first-success and output quality
  • Version your config/skills so teammates stay in sync

Guardrails

Computer-use tools are powerful; require human approval for destructive actions and keep audit logs for every run.

FAQ

Q: Is this only for Claude Desktop? A: No. The repo lists multiple clients (Claude Code, Cursor, Codex, Gemini CLI, Qwen Code). Any MCP client that can run the command works.

Q: Why uvx? A: The repo recommends uv/uvx to run the latest package from PyPI and keep PATH handling predictable.

Q: How do I debug connection issues? A: On Windows sandboxed apps may not inherit PATH; the repo suggests using the full absolute path to uvx.exe.


🙏

Source & Thanks

GitHub: https://github.com/CursorTouch/Windows-MCP Owner avatar: https://avatars.githubusercontent.com/u/201312842?v=4 License (SPDX): MIT GitHub stars (verified via api.github.com/repos/CursorTouch/Windows-MCP): 5,536

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets