remote-mcp-hub-mac
Allows AI assistants to securely access the macOS filesystem and execute terminal commands on the host machine through the MCP server.
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-hub-macRunls -laon my Mac and show the output"
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.
🍏 Instructions for Installing and Connecting Remote MCP Hub for macOS
A guide for macOS clients and users who need to provide AI services (Notion AI, Claude, Cursor, etc.) with secure remote access to their Mac's files and command line.
📋 System Requirements
macOS (supports Apple Silicon M1/M2/M3/M4 and Intel processors)
Installed Node.js (version 18 or newer) ➔ Download Node.js (LTS) or install via the command
brew install node
Related MCP server: Codex 2.0 MCP Gateway
⚡ Quick Installation in 4 Simple Steps
Step 1. Download the project
Clone the repository or download the ZIP archive from GitHub to any convenient folder:
git clone https://github.com/etern1ty-crypto/remote-mcp-hub.git
cd remote-mcp-hubStep 2. Run the installation script install.sh
Open the Terminal app in the project folder and run:
chmod +x install.sh start.sh && ./install.shThe script automatically:
Checks whether Node.js is present on the system.
Installs all necessary libraries (
npm install).Downloads the official Cloudflare Tunnel native module (
cloudflared) for your Mac architecture (Apple Silicon or Intel).Copies a working link to VPN servers straight to your macOS clipboard.
Step 3. Configure VPN on Mac (takes 30 seconds)
For stable operation of Cloudflare Tunnel and AI services in Russia/CIS, it is recommended to use the free Hiddify client:
Install Hiddify:
Download from Mac App Store or from the official GitHub.
Paste the subscription:
The link is already copied to the clipboard:
https://github.com/AvenCores/goida-vpn-configs/raw/refs/heads/main/githubmirror/6.txtIn Hiddify, click the «+» button (New profile) ➔ «Add from clipboard» (or
Cmd + V).Click «Update profile» to load the servers.
Check latency and connect:
Run a ping test (latency test).
Select any working server (with green ping) and click the big round Connect button.
Step 4. Start the Remote MCP Hub server
In Terminal, run:
./start.shThe web control panel will automatically open in the browser: http://localhost:3800.
In the interface, click the «Start tunnel» button.
The status will become «🟢 Online», and a personal address of the form will appear:
https://<имя-туннеля>.trycloudflare.com/sseClick the «Copy» button next to MCP server URL and next to Bearer Token.
🔌 Connecting to Notion AI
In Notion settings, go to the Custom MCP Server section.
Fill in the fields:
MCP server URL: paste the copied address (
https://...trycloudflare.com/sse)Name: enter any name (for example,
MacBook-Pro)Authentication: select the
BearertypeToken: paste your secret key (starts with
mcp_...)
Click «Connect» / «Save».
🧪 Checking That It Works
Send a test message to Notion AI:
Привет! Проверь подключение к моему Mac: выполни в терминале команду "echo MCP на Mac подключен успешно! && uname -a && ls -la" и выведи результат.In the browser window on the http://localhost:3800 page, in the «AI Call Log» tab, you will see the request being executed in real time.
🔒 Security
All data between the AI service and your computer is protected by end-to-end encryption (HTTPS / Cloudflare Tunnel).
Access is strictly restricted by a secret Bearer token.
You can turn off the tunnel or change the access key at any time.
This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceExposes local OpenCode instances as remote MCP servers for Claude and ChatGPT, enabling terminal access, session management, and interactive human-in-the-loop workflows. It simplifies deployment for local machines using Cloudflare Tunnels to provide secure public connectivity and OAuth support.-
- FlicenseNot gradedqualityCmaintenanceTurns a Mac into an MCP host exposing terminal, filesystem, browser automation, and macOS controls to approved AI clients via OpenAI's Secure MCP Tunnel.-
- AlicenseNot gradedqualityBmaintenanceUnifies local MCP servers into a single secure Cloudflare Tunnel endpoint, making them accessible to MCP clients like Notion and Claude. Supports HTTP/SSE/stdio servers, built-in file system tools, bearer authentication, and one-click Windows setup.MIT

SIN Mac Gatewayofficial
AlicenseNot gradedqualityCmaintenanceEnables remote MCP clients to securely access a trusted macOS machine's local file system and command execution tools (mcp-combiner) via OAuth-authenticated HTTPS through Cloudflare Tunnel, without opening router ports.MIT