remote-mcp-hub-mac
🍏 Remote MCP Hub macOS 安装与连接指南
面向需要为 AI 模型(Notion AI、Claude、Cursor 等)提供对 Mac 文件和命令行的安全远程访问的 macOS 客户和用户指南。
📋 系统要求
macOS(支持 Apple Silicon M1/M2/M3/M4 和 Intel 处理器)
已安装 Node.js(18 或更高版本)➔ 下载 Node.js (LTS) 或通过命令
brew install node安装
Related MCP server: Codex 2.0 MCP Gateway
⚡ 4 步快速安装
第 1 步:下载项目
克隆仓库或从 GitHub 下载 ZIP 压缩包到任意方便的文件目录:
git clone https://github.com/etern1ty-crypto/remote-mcp-hub.git
cd remote-mcp-hub第 2 步:运行安装脚本 install.sh
在项目文件夹中打开 终端(Terminal) 应用并执行:
chmod +x install.sh start.sh && ./install.sh该脚本将自动完成以下操作:
检查系统中是否安装了 Node.js。
安装所有必要的库(
npm install)。为您的 Mac 架构(Apple Silicon 或 Intel)下载官方的 Cloudflare Tunnel 原生模块(
cloudflared)。将可用的 VPN 服务器订阅链接直接复制到您的 macOS 剪贴板。
第 3 步:在 Mac 上配置 VPN(耗时 30 秒)
为了让 Cloudflare Tunnel 和 AI 服务在俄罗斯/独联体国家稳定运行,建议使用免费客户端 Hiddify:
安装 Hiddify:
从 Mac App Store 或官方 GitHub 下载。
粘贴订阅:
链接已复制到剪贴板:
https://github.com/AvenCores/goida-vpn-configs/raw/refs/heads/main/githubmirror/6.txt在 Hiddify 中点击 “+” 按钮(新配置文件)➔ “从剪贴板添加”(或
Cmd + V)。点击 “更新配置” 以加载服务器。
检查延迟并连接:
启动 Ping 检查(延迟测试)。
选择任意可用服务器(绿色 ping)并点击大的圆形 连接 按钮。
第 4 步:启动 Remote MCP Hub 服务器
在终端中执行:
./start.sh浏览器将自动打开管理 Web 面板:http://localhost:3800。
在界面中点击 “启动隧道” 按钮。
状态将变为 “🟢 在线”,随后会显示如下格式的个人专属地址:
https://<имя-туннеля>.trycloudflare.com/sse点击 “复制” 按钮,分别复制 MCP server URL 和 Bearer Token 旁边的内容。
🔌 连接 Notion AI
在 Notion 设置中,进入 Custom MCP Server 部分。
填写以下字段:
**MCP server URL:**粘贴已复制的地址(
https://...trycloudflare.com/sse)**Name:**填写任意名称(例如
MacBook-Pro)**Authentication:**选择
Bearer类型**Token:**粘贴您的密钥(以
mcp_...开头)
点击 “Connect” / “Save”。
🧪 验证运行
向 Notion AI 发送一条测试消息:
Привет! Проверь подключение к моему Mac: выполни в терминале команду "echo MCP на Mac подключен успешно! && uname -a && ls -la" и выведи результат.在浏览器窗口中,打开页面 http://localhost:3800 并切换到 “AI 调用日志” 标签页,您将实时看到请求的执行情况。
🔒 安全性
AI 与您的电脑之间传输的所有数据均受端到端加密保护(HTTPS / Cloudflare Tunnel)。
访问权限由机密 Bearer 令牌严格限制。
您可以随时关闭隧道或更换访问密钥。
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.
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
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/etern1ty-crypto/remote-mcp-hub-mac'
If you have feedback or need assistance with the MCP directory API, please join our Discord server