Remote MCP Hub
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., "@Remote MCP Hubcheck the free disk space on the remote Windows machine"
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.
🌐 Remote MCP Hub — Remote file access and CMD for AI
⚡ Quick start in 3 steps
Step 1. Launch
Run the start.bat file by double-clicking it (or run npm start in the terminal).
The server will automatically install dependencies (if missing), start on port 3800, and open the web panel in the browser: http://localhost:3800.
Step 2. Enable the Cloudflare Tunnel
In the opened control panel, click "Start tunnel":
You will get a public secure HTTPS address:
https://<случайное_имя>.trycloudflare.com/sseCopy the MCP server URL and your Bearer Token.
Step 3. Connect to the AI (Notion, Claude, Cursor)
Paste the received data into the MCP server settings in your AI:
MCP server URL:
https://<ваше_имя>.trycloudflare.com/sseAuthentication:
BearerToken:
mcp_...
Related MCP server: WinCommander
🛠️ Available tools (MCP Tools)
Tool | Description |
| Execute commands in Windows CMD / PowerShell (with |
| List files and folders with pagination ( |
| Read files line by line within a line range |
| Insert text from line |
| Targeted replacement of a text or a string fragment |
| Delete a line range from |
| Create a file with automatic creation of intermediate folders |
| Delete a file or folder (with support for |
🖥️ Web UI capabilities
🌐 Cloudflare Tunnel Control: Start and stop the tunnel in one click with link copying.
🔑 Token Manager: View, generate a new Bearer token, and copy it to the clipboard.
📁 File explorer and editor: Navigate drives, view, and edit files directly in the browser.
💻 Built-in CMD console: Test terminal commands.
⚡ AI call log: Monitor all AI actions in real time via WebSockets.
🔌 Connecting to different clients
1. Notion AI (Custom MCP Server)
MCP server URL:
https://<ваш_туннель>.trycloudflare.com/sseName:
pc123Authentication:
BearerToken:
<ваш_токен>
2. Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"my-pc-remote": {
"url": "https://<ваш_туннель>.trycloudflare.com/sse?token=<ваш_токен>"
}
}
}3. Cursor IDE (mcp.json)
{
"mcpServers": {
"local-pc": {
"type": "sse",
"url": "https://<ваш_туннель>.trycloudflare.com/sse",
"headers": {
"Authorization": "Bearer <ваш_токен>"
}
}
}
}📤 How to upload this project to GitHub
Create a new repository on GitHub (for example,
remote-mcp-hub).In the project folder, run the commands in the terminal:
git remote add origin https://github.com/ВАШ_ЛОГИН/remote-mcp-hub.git
git branch -M main
git push -u origin mainThis server cannot be deployed
Maintenance
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
- MoneMeeOAuthcom.monemee
Remote MCP server for creating and selling digital products via MoneMee. It lets AI agents create, publish, and sell digital products such as e-books, AI prompt packs, software, courses without a human touching a dashboard. Docs: https://monemee.com/mcp Sign up on Monemee to get a token.
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-
- FlicenseNot gradedqualityBmaintenanceTurns any Windows device into a remotely controllable MCP toolset, allowing a mobile AI agent to execute CLI, GUI, browser, and system commands on Windows without an API key.2-
- FlicenseNot gradedqualityCmaintenanceSecure self-hosted remote MCP server with file and shell tools, protected by Cloudflare Tunnel and bearer-token auth.-
- AlicenseNot gradedqualityCmaintenanceEnables remote MCP clients like ChatGPT to run shell commands and manage files on your local machine via a Cloudflare tunnel, exposing tools for file operations, search, and task management.1MIT