MCP工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/KUP-IP/the-bridge
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mcp--": {
"command": "npx",
"args": ["-y", "the-bridge"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 MCP工具 执行以下任务... Claude: [自动调用 MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mcp__": {
"command": "npx",
"args": ["-y", "the-bridge"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A native macOS menu-bar app that turns your Mac into an MCP server for Notion AI agents and local coding clients.
The Bridge exposes local Mac capabilities and connected services as MCP tools over Streamable HTTP, legacy SSE, and stdio. It is built in Swift 6.2 for macOS 26+ on Apple Silicon and is designed to be always-on, auto-launched, and safe enough for daily operator use.
~173 tools across 25 module groups · 3 transports · 3-tier security model · Customer-owned Cloudflare Tunnel support · Liquid Glass UI (v3.6+)
Latest release: v3.6.0 — Liquid Glass complete (May 2026). Existing v3.4.x installs auto-update via Sparkle.
Product page: https://kup.solutions/notion-bridge
Naming history: "NotionBridge" was the product's original name. As of v3.6.0 the user-facing brand is The Bridge. The Swift target, bundle identifier (kup.solutions.notion-bridge), and Keychain service name (com.notionbridge) are intentionally preserved — that keeps existing user data continuous across the rename.
---
| Requirement | Version | Notes |
|---|---|---|
| macOS | 26.0+ | Tahoe or later |
| Hardware | Apple Silicon | ARM64 only |
| Xcode | 26.0+ | Needed for building from source |
| Swift | 6.2+ | Defined by Package.swift |
| Git | 2.39+ | For cloning and release workflows |
---
The lsp_* tools (PKT-745, v2.2 · 2.3) wrap external Language Server Protocol implementations. The tools register and report capability_missing if the underlying servers are absent, so they are safe to leave uninstalled — they only become functional once the matching server is on disk. (The Bridge's Tools group lsp cleanly fails-closed via BridgeToolError.moduleGroupDisabled when the operator toggles the entire group off in Settings.)
| Language | LSP server | Install |
|---|---|---|
| TypeScript / JavaScript | typescript-language-server | npm install -g typescript-language-server typescript |
| Swift | sourcekit-lsp | Ships with the Xcode toolchain (/Applications/Xcode.app/...). Falls back to Command Line Tools (xcode-select --install). |
Probe-supported install locations (checked in order):
/opt/homebrew/bin, /usr/local/bin, ~/.npm-global/bin, ~/.local/binIf you install via a non-standard npm prefix, symlink the binary into one of the supported directories.
git clone https://github.com/KUP-IP/the-bridge.git
cd Notion-bridge
make app
The app bundle is written to .build/NotionBridge.app.
Install naming: The Swift target isNotionBridge(no space), so build output and DMG contents useNotionBridge.app. The Finder display name is Notion Bridge (with space), set byCFBundleName/CFBundleDisplayNameinInfo.plist.make installplaces the app at/Applications/The Bridge.appto match the display name. Both names refer to the same product.
---
make build
make test
make app
make dmg
Other useful targets:
make clean
make install
make install-copy # or: make install-agent-safe — copy .app to /Applications without full notarize (agent-safe)
make release
Sparkle cache-busting is handled at the app level via httpHeaders (PKT-431). Pre-release manual QA: docs/pre-ship-qa-checklist.md. Local MCP smoke (app running): python3 scripts/qa_local_mcp_smoke.py.
---
NotionBridge.app in the DMG; renamed on install) into /Applications.Primary configuration path:
~/.config/notion-bridge/config.json
The Bridge supports: - Notion workspace connections - connection health checks - customer-owned remote-access configuration - local security preferences
If you are using Notion tools, add a valid Notion integration token through the app's connection flow or config file.
Factory Reset clears local config, Keychain entries for The Bridge, resets macOS permissions for the app, and reloads in-memory workspace connection state. Skills are cleared to an empty list.
Credentials (Settings → Credentials) are opt-in: enable “Keychain credentials & MCP tools” to use credential_* and payment_execute with stored payment methods. When disabled, those MCP tools are omitted from listings and fail closed if called.
If you launch the app with NOTION_API_TOKEN or NOTION_API_KEY set in the environment, Notion can still resolve a token after reset (that path is intentional for developers). Unset those variables when testing a truly empty workspace. Restart the app after reset so permission and connection UIs stay consistent.
---
高质量开源MCP工具,支持Notion AI
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,MCP工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | the-bridge |
| Topics | apple-scriptautomationmacosmcpswift |
| GitHub | https://github.com/KUP-IP/the-bridge |
| License | NOASSERTION |
| 语言 | Swift |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端