Mcp-worker
Click on "Deploy 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., "@Mcp-workerSchedule a job to run a PowerShell script on the worker and approve it."
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.
Mcp-worker
Mcp-worker lets ChatGPT operate one policy-controlled Windows machine through a public MCP server and an outbound-only worker connection.
The repository contains three parts:
src/remote: the Streamable HTTP MCP server and durable relay APIsrc/worker: the outbound worker client and exact-action approval bridgepackages/windows-worker: the complete Windows tool, policy, audit, desktop, clipboard, process, transfer, admin, and .NET helper implementation
The remote server advertises the complete 31-tool catalog even when the worker is offline. Tool execution remains subject to the worker's local policy. Prompt decisions use MCP elicitation and a short-lived ticket bound to the exact request.
What works
OAuth-protected
/mcpand separately authenticated worker endpointsSQLite jobs, leases, expiry, deduplicated results, cancellation, and indeterminate mutation handling
file CRUD and search, process execution and interactive sessions, desktop and clipboard tools
AppContainer execution through the included .NET 10 helper
file import and chunked file export through expiring MCP resources
local SQLite audit records with relay correlation IDs
current-user scheduled-task scripts with hidden execution, restart behavior, and bounded logs
Linux relay tests, Windows worker tests, native-helper builds, and Credential Manager smoke verification in CI
Related MCP server: Chat On Steroids
Local verification
npm ci
npm run build
npm test
npm run test:windows
npm run native:buildCopy .env.example into the environment of each process before starting it. Run the remote service with npm run remote and the Windows client with npm run worker.
Public deployment still requires choices that cannot be inferred from this repository: domain and DNS control, ingress, administrator support, OAuth registration, the service account, persistent directories, backup and log policy, alerting, and size limits. See docs/owner-setup-checklist.md and docs/operations.md.
Documentation
This server cannot be deployed
Maintenance
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
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
- FlicenseCqualityDmaintenanceEnables ChatGPT to control a Windows PC remotely via OpenAI Secure MCP Tunnel, executing file operations, PowerShell commands, and system actions through a local MCP server.15-
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT to access approved local Windows folders, run commands, control the desktop, and manage session history through a permission-bounded MCP server.3,403MIT
- 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
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT on Windows to securely access codebases, Git, terminals, language servers, debuggers, SQLite, local HTTP services, adaptive project memory, engineering skills, checkpoints, audit logs, and sandboxed command execution through MCP tools.MIT