Windows Console MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Windows Console MCPList devices and run 'systeminfo' on remote-worker"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Windows Console MCP
Self-hosted multi-device Windows MCP controller for ChatGPT.
One controller owns the public OAuth/Funnel endpoint. Local and remote workers expose Desktop Commander through the controller with an explicit deviceId on every routed tool call.
Architecture
ChatGPT
|
| OAuth + MCP
v
Tailscale Funnel /rdc/mcp
|
v
Controller
|- OAuth sidecar 127.0.0.1:18008
|- MCP router 127.0.0.1:18009
|- Local worker hub 127.0.0.1:18101
|- local worker deviceId=local-pc
`- Remote worker hub <Tailscale IPv4>:18100
`- remote workers deviceId=remote-worker, ...The controller supports both legacy stateful MCP and stateless MCP 2026-07-28 with server/discover.
Related MCP server: Mcp-worker
Controller setup
npm install
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\rdc-enable-oauth.ps1 `
-PublicBaseUrl https://your-machine.your-tailnet.ts.net
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\install-rdc-autostart.ps1Runtime configuration is intentionally local-only:
config/rdc.env
config/devices.json
config/worker-*.env
.state/
logs/config/devices.json.example shows the registry format. Local workers use a local token. Remote workers are bound to their registered Tailscale IPv4 and are accepted only on the controller's Tailscale-bound TCP listener.
Remote workers
Remote workers do not run OAuth or Funnel. They need Tailscale and Docker Desktop on the worker Windows host.
See worker/README.md for the dedicated Docker worker installer.
Tool routing
The router adds list_devices and requires deviceId on every Desktop Commander tool. Example targets are local-pc and remote-worker.
Checks
npm test
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\rdc-status.ps1npm test runs both:
legacy OAuth + stateful MCP E2E
MCP 2026-07-28 server/discover + stateless routing E2EThe public endpoint is configured by RDC_RESOURCE. With a Tailscale Funnel hostname it typically looks like:
https://your-machine.your-tailnet.ts.net/rdc/mcpRDC_ISSUER and RDC_RESOURCE are deployment-specific and are never hard-coded by the sidecar.
Security
WCM can execute commands and access files on registered devices. Expose only the OAuth-protected sidecar through your HTTPS ingress; keep the router and worker hubs private to localhost/Tailscale. Remote worker admission relies on the registered Tailscale source IP, so treat your tailnet and config/devices.json as part of the trust boundary.
Secrets, OAuth state, worker-local configuration, runtime logs, and node_modules are excluded from Git. Never commit the generated config/rdc.env, config/devices.json, config/worker-*.env, or .state/ contents.
License
This repository is licensed under the MIT License. Third-party dependencies retain their own licenses and copyright notices.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables ChatGPT to securely control a Windows PC via a local agent, supporting file operations, Chrome automation, and allowlisted apps with audit logging and approval workflows.MIT
- FlicenseNot gradedqualityBmaintenanceEnables ChatGPT to securely control a single authorized Windows worker through an MCP endpoint, handling job scheduling, approval, and execution with outbound-only connectivity.-
- AlicenseNot gradedqualityBmaintenanceProvides a Windows-first local AI-agent gateway with configurable tools for files, Git, processes, Windows automation, WSL, browser control, durable agent runs, memory, verification, and intelligent routing, while exposing a secure MCP endpoint for ChatGPT Web and a local web UI.9MIT
- AlicenseNot gradedqualityBmaintenanceEnables ChatGPT to safely interact with Windows workspaces through a loopback-only MCP server, with OAuth, bounded PowerShell tools, persistent jobs, and optional Cloudflare Tunnel exposure.MIT