Sky Windows Remote Executor
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., "@Sky Windows Remote Executortake a screenshot of my desktop"
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.
Sky Windows Remote Executor
Sky Windows Remote Executor is a Windows-hosted FastAPI and MCP remote execution service for agentic workflows.
It runs on a Windows machine and exposes:
a Web UI for task status, logs, file transfer, configuration, and audit events
REST endpoints for script execution, PowerShell/CMD commands, files, process management, services, registry, scheduled tasks, network checks, and desktop helpers
an MCP-compatible
/mcpendpoint for tools such asrun_command,fs_read,fs_write,patch_file,screenshot,clipboard,download_folder, andbatch_downloadtransfer tickets for large files so MCP stays a control plane rather than a bulk data channel
This project is intentionally different from SSH-wrapper based Windows remote executors. It is a resident HTTP/MCP service with a Web UI and task/audit logs.
Safety First
This service can execute commands and modify the Windows host. By default it
binds to 127.0.0.1.
Expose it remotely only behind a trusted firewall, VPN, SSH tunnel, or reverse proxy. Read SECURITY.md before deployment.
Related MCP server: mcp-smbmap
Quick Start
python -m venv venv
.\venv\Scripts\python.exe -m pip install -r requirements.txt
.\venv\Scripts\python.exe -u windows_remote_executor.pyOpen:
http://localhost:8765MCP endpoint:
http://localhost:8765/mcpBatch Helpers
start-dev.bat- run in the foreground with repo-local.wre-data.start-silent.bat- launch withpythonw.start-service.bat- start the installed Windows service, or fall back to foreground mode.install-service.bat- install with NSSM.uninstall-service.bat- remove the NSSM service.
NSSM is not vendored. Install it separately and place nssm.exe on PATH, or
copy it next to the scripts before running install-service.bat.
Configuration
Environment variables:
Variable | Default | Description |
|
| Display name |
|
| Windows service name |
|
| Uvicorn bind host |
|
| HTTP/MCP port |
|
| Base runtime data directory |
|
| Task and service logs |
|
| Default uploads |
|
| Temporary zip/transfer files |
|
| Task log retention |
Example:
$env:WRE_HOST = "0.0.0.0"
$env:WRE_DATA_DIR = "D:\WindowsRemoteExecutor"
.\venv\Scripts\python.exe -u windows_remote_executor.pyMCP
See docs/mcp-guide.md and examples/codex-mcp-config.json.
Development
.\venv\Scripts\python.exe -m pip install -r requirements-dev.txt
.\venv\Scripts\python.exe -m unittest discover -s tests -vLicense
MIT.
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.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skycaier/sky-windows-remote-executor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server