WinRemote MCP

v1.0.0Browser Automationstable

The ultimate Windows MCP server for remote desktop control and automation. Control any Windows machine through the Model Context Protocol — perfect for AI agents, Claude Desktop, and OpenClaw integration. Transform your Windows desktop into a powerfu

agentautomationclaudemcpmodel-context-protocol
Share:
123
Stars
0
Downloads
0
Weekly
0/5

What is WinRemote MCP?

WinRemote MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ultimate windows mcp server for remote desktop control and automation. control any windows machine through the model context protocol — perfect for ai agents, claude desktop, and openclaw integration....

The ultimate Windows MCP server for remote desktop control and automation. Control any Windows machine through the Model Context Protocol — perfect for AI agents, Claude Desktop, and OpenClaw integration. Transform your Windows desktop into a powerfu

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The ultimate Windows MCP server for remote desktop control a

Use Cases

Windows desktop automation
Remote machine control
AI agent desktop operations
dddabtc

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx winremote-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use WinRemote MCP

WinRemote MCP is a Python-based MCP server that runs on a Windows machine and exposes full desktop control capabilities — screenshots, PowerShell/CMD execution, file transfer, GUI automation, OCR, and screen recording — over a local or remote HTTP connection secured with an API key. AI clients like Claude Desktop connect to it using the streamable-HTTP MCP transport, enabling AI agents to see, click, type, and execute commands on any Windows desktop as if they were physically present. It is the official Windows control layer for the OpenClaw agent framework and also works standalone with Claude Desktop.

Prerequisites

  • A Windows machine (the machine to be controlled) with Python 3.9 or later
  • pip for installing the winremote-mcp package from PyPI
  • Claude Desktop or another MCP-compatible client on the controlling machine
  • Network access between the client machine and the Windows machine (same LAN or VPN for remote use)
  • An auth key string for securing remote connections (any secret string you choose)
1

Install winremote-mcp on the Windows machine

On the Windows machine you want to control, open a Command Prompt or PowerShell terminal and install the package from PyPI.

pip install winremote-mcp
2

Start the MCP server

For local-only use, run without flags. For remote access from another machine, bind to all interfaces and set an auth key — this is required for any non-loopback address since v0.4.20.

# Local only (safest, loopback only)
winremote-mcp

# Remote access with authentication
winremote-mcp --host 0.0.0.0 --port 8090 --auth-key YOUR_SECRET_KEY
3

Optionally configure auto-start on Windows boot

Register winremote-mcp as a Windows service so it starts automatically when the machine boots, without requiring a logged-in user.

winremote-mcp install
4

Configure Claude Desktop or another MCP client

On the client machine, add the WinRemote MCP endpoint to your MCP client configuration. Use the Windows machine's IP address and the auth key you chose.

5

Verify the connection

The server exposes its MCP endpoint at /mcp on the configured port. Confirm it is reachable from the client machine before starting a session.

# From the controlling machine, test reachability
curl http://<windows-ip>:8090/mcp

WinRemote MCP Examples

Client configuration

Add this to claude_desktop_config.json on the client machine. Replace the IP, port, and auth key with your actual values.

{
  "mcpServers": {
    "winremote": {
      "type": "streamable-http",
      "url": "http://192.168.1.100:8090/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_SECRET_KEY"
      }
    }
  }
}

Prompts to try

These prompts work once Claude Desktop is connected to a running winremote-mcp server on a Windows machine.

- "Take a screenshot of the Windows desktop and describe what you see."
- "Open Notepad, type 'Hello from Claude', and save the file to the Desktop."
- "Run 'Get-Process | Sort-Object CPU -Descending | Select-Object -First 10' in PowerShell and show me the output."
- "Download the file at https://example.com/data.csv and save it to C:\Users\me\Downloads\."
- "Extract the text visible in the top-right corner of the screen."

Troubleshooting WinRemote MCP

Connection refused when the client tries to reach the Windows machine

Check that the Windows Firewall allows inbound TCP traffic on port 8090. Add an inbound rule in Windows Defender Firewall for the port, or temporarily disable the firewall to test.

Server refuses to start with '--host 0.0.0.0' without an auth key

Since v0.4.20, binding to a non-loopback interface requires --auth-key. Add '--auth-key YOUR_SECRET_KEY' to the startup command. Never use --allow-insecure-remote on a network-accessible machine.

GUI automation clicks land in the wrong position

Ensure the Windows display scaling is set to 100% (or that the server is aware of the DPI scaling factor). High-DPI scaling can offset click coordinates from what the screenshot coordinates show.

Frequently Asked Questions about WinRemote MCP

What is WinRemote MCP?

WinRemote MCP is a Model Context Protocol (MCP) server that ultimate windows mcp server for remote desktop control and automation. control any windows machine through the model context protocol — perfect for ai agents, claude desktop, and openclaw integration. transform your windows desktop into a powerfu It connects AI assistants to external tools and data sources through a standardized interface.

How do I install WinRemote MCP?

Follow the installation instructions on the WinRemote MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with WinRemote MCP?

WinRemote MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is WinRemote MCP free to use?

Yes, WinRemote MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "winremote-mcp": { "command": "npx", "args": ["-y", "winremote-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use WinRemote MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides