Sky Windows Remote Executor
Enables remote execution of commands, file operations, screenshots, and clipboard access on Windows machines through MCP tools.
README
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_download - transfer 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.
Quick Start
python -m venv venv
.\venv\Scripts\python.exe -m pip install -r requirements.txt
.\venv\Scripts\python.exe -u windows_remote_executor.py
Open:
http://localhost:8765
MCP endpoint:
http://localhost:8765/mcp
Batch 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 |
|---|---|---|
WRE_APP_NAME |
Sky Windows Remote Executor |
Display name |
WRE_SERVICE_NAME |
SkyWindowsRemoteExecutor |
Windows service name |
WRE_HOST |
127.0.0.1 |
Uvicorn bind host |
WRE_PORT |
8765 |
HTTP/MCP port |
WRE_DATA_DIR |
%ProgramData%\SkyWindowsRemoteExecutor |
Base runtime data directory |
WRE_LOG_DIR |
%WRE_DATA_DIR%\logs |
Task and service logs |
WRE_UPLOAD_DIR |
%WRE_DATA_DIR%\uploads |
Default uploads |
WRE_TEMP_DIR |
%WRE_DATA_DIR%\temp |
Temporary zip/transfer files |
WRE_LOG_RETENTION_DAYS |
7 |
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.py
MCP
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 -v
License
MIT.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.