MCP ConfigsMay 12, 2026·2 min read

WinRemote MCP — Remote Windows Control Server

WinRemote MCP is a Windows MCP server you run on the target machine, exposing desktop automation, process control, and file operations to MCP clients.

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.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Single
Trust
Trust: Established
Entrypoint
README.md
Universal CLI install command
npx tokrepo install 32afb6cd-6cfb-4ad7-b2b1-0f52642c97e1
Intro

WinRemote MCP is a Windows MCP server you run on the target machine, exposing desktop automation, process control, and file operations to MCP clients.

  • Best for: agent workflows that need Windows desktop automation as a tool (screenshots, PowerShell, files, apps)
  • Works with: Windows machine running Python, MCP clients (Claude Desktop/Code, Cursor, etc.)
  • Setup time: 10 minutes

Practical Notes

  • Default server URL in quickstart: http://127.0.0.1:8090
  • Supports both local-only mode and authenticated remote binding (per README flags)
  • GitHub stars/forks (verified): see Source & Thanks

Treat WinRemote as a “Windows tool adapter” for your agent:

  1. Install and run it on the Windows machine you want to control.
  2. Keep the default loopback-only binding for safety.
  3. If you must expose it on LAN, use an auth key and avoid insecure modes on shared networks.

It pairs well with agent workflows that need a real Windows desktop for:

  • UI automation that can’t run headless,
  • PowerShell operations,
  • file transfers and local app control.

Keep the tool boundary tight: give the agent only the minimum permissions required for the job.

FAQ

Q: Where does it run? A: On the Windows machine you want to control; clients connect over MCP.

Q: Is it safe to expose remotely? A: Use authentication and avoid insecure flags on routed/shared networks.

Q: How do I integrate with my AI tool? A: Add it as an MCP server in your client (Claude Desktop/Code, Cursor, etc.).

🙏

Source & Thanks

Source: https://github.com/dddabtc/winremote-mcp > License: MIT > GitHub stars: 115 · forks: 31

Discussion

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

Related Assets