能力标签
Safari MCP
🔌
MCP工具

Safari MCP

基于 JavaScript · 让 AI 助手直接操作你的系统与工具
英文名:safari-mcp
⭐ 93 Stars 🍴 13 Forks 💻 JavaScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
ai-agentsapple-siliconapplescriptautomation
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,Safari MCP 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。

📚 深度解析

Safari MCP 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 Safari MCP,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。Safari MCP 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 Safari MCP 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

Safari MCP 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 93
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
13

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Safari MCP 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/achiya-automation/safari-mcp

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "safari-mcp": {
      "command": "npx",
      "args": ["-y", "safari-mcp"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 Safari MCP 执行以下任务...
Claude: [自动调用 Safari MCP MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "safari_mcp": {
      "command": "npx",
      "args": ["-y", "safari-mcp"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 88/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<img src="social-preview.png" alt="Safari MCP Server — 97 native browser automation tools for AI agents on macOS" width="100%">

<br/>

Highlights

  • 97 tools — navigation, clicks, forms, screenshots, network, storage, accessibility, and more
  • Zero heat — native WebKit on Apple Silicon, ~60% less CPU than Chrome
  • Your real browser — keeps all logins, cookies, sessions (Gmail, GitHub, Ahrefs, etc.)
  • Background operation — Safari stays in the background, no window stealing
  • No browser dependencies — no Puppeteer, no Playwright, no WebDriver, no Chrome
  • Persistent process — reuses a single osascript process (~5ms per command vs ~80ms)
  • Framework-compatible — React, Vue, Angular, Svelte form filling via native setters

---

If needed, first choose your Team in Xcode → Signing & Capabilities.

xcodebuild -project "xcode/Safari MCP/Safari MCP.xcodeproj" \ -scheme "Safari MCP (macOS)" -configuration Release \ -allowProvisioningUpdates clean build

Prerequisites

  • macOS (any version with Safari)
  • Node.js 20+
  • Safari → Settings → Advanced → Show features for web developers
  • Safari → Develop → Allow JavaScript from Apple Events

Granting Accessibility to safari-helper (required for `safari_native_*`)

The safari_native_click, safari_native_keyboard and safari_native_hover tools inject OS-level CGEvent events into Safari without stealing focus. macOS requires the underlying helper binary to be approved in Accessibility before those events can reach a non-frontmost window.

1. Open System Settings → Privacy & Security → Accessibility. 2. Click + (unlock with your password if needed). 3. Navigate to the helper binary and add it: - npm global install: $(npm root -g)/safari-mcp/safari-helper - npx / project install: ./node_modules/safari-mcp/safari-helper - From source clone: /path/to/safari-mcp/safari-helper 4. Make sure the toggle next to it is ON.

The postinstall script re-signs the helper with a stable identifier (com.achiya-automation.safari-mcp) so this permission survives future upgrades — without that step, every npm update would silently revoke approval because the binary's adhoc-signed identifier changes per build.

If safari_native_click reports success but the page doesn't react (no isTrusted: true click events fire), the helper is most likely missing this approval. The safari_* (non-native_) tools don't need it.

Install (one command)

npx safari-mcp

That's it — no global install needed. Or install permanently:

npm install -g safari-mcp

Installing the Extension

The extension requires a one-time build with Xcode (free, included with macOS).

Note for npm users: The xcode/ directory is not included in the npm package. Clone the GitHub repository to build from source.

Prerequisites: Xcode (install from App Store — free)

```bash

2. Build a clean, Apple Development-signed app

Quick Start

Usage Workflow

The recommended pattern for AI agents using Safari MCP:

1. safari_snapshot        → Get page state (accessibility tree)
2. safari_click/fill/...  → Interact with elements by ref
3. safari_snapshot        → Verify the result

Element targeting — tools accept multiple targeting strategies:

StrategyExampleBest for
CSS selector#login-btn, .submitUnique elements
Visible text"Sign In", "Submit"Buttons, links
Coordinatesx: 100, y: 200Canvas, custom widgets
Ref from snapshotref: "e42"Any element from accessibility tree
Tip: Start with safari_snapshot to get element refs, then use refs for precise targeting. This is faster and more reliable than CSS selectors.

---

Screenshots & PDF (3)

ToolDescription
safari_screenshotScreenshot as PNG (viewport or full page)
safari_screenshot_elementScreenshot a specific element
safari_save_pdfExport page as PDF

Configure your MCP client

All clients run Safari MCP the same way — npx safari-mcp. Pick your editor:

<details> <summary><b>Claude Code</b></summary>

claude mcp add safari -- npx safari-mcp

Or edit ~/.mcp.json:

{
  "mcpServers": {
    "safari": {
      "command": "npx",
      "args": ["safari-mcp"]
    }
  }
}
</details>

<details> <summary><b>Claude Desktop</b></summary>

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "safari": {
      "command": "npx",
      "args": ["safari-mcp"]
    }
  }
}

Restart Claude Desktop after saving. </details>

<details> <summary><b>Cursor</b></summary>

One-click: Install in Cursor

Or edit .cursor/mcp.json in your project:

{
  "mcpServers": {
    "safari": {
      "command": "npx",
      "args": ["safari-mcp"]
    }
  }
}
</details>

<details> <summary><b>VS Code / VS Code Insiders</b></summary>

One-click: Install in VS Code

Or edit .vscode/mcp.json:

{
  "servers": {
    "safari": {
      "type": "stdio",
      "command": "npx",
      "args": ["safari-mcp"]
    }
  }
}
</details>

<details> <summary><b>Windsurf</b></summary>

Edit .windsurf/mcp.json in your project (or ~/.codeium/windsurf/mcp_config.json globally):

{
  "mcpServers": {
    "safari": {
      "command": "npx",
      "args": ["safari-mcp"]
    }
  }
}
</details>

<details> <summary><b>Cline</b></summary>

Open Cline in VS Code → click the MCP icon → Edit MCP Settings → add:

{
  "mcpServers": {
    "safari": {
      "command": "npx",
      "args": ["safari-mcp"]
    }
  }
}
</details>

<details> <summary><b>Continue</b></summary>

Edit ~/.continue/config.yaml (or .continue/config.yaml in workspace):

mcpServers:
  - name: safari
    command: npx
    args:
      - safari-mcp
</details>

<details> <summary><b>Goose</b></summary>

Edit ~/.config/goose/config.yaml:

extensions:
  safari:
    name: safari
    type: stdio
    cmd: npx
    args:
      - safari-mcp
    enabled: true
</details>

<details> <summary><b>LM Studio</b></summary>

Open LM Studio → SettingsMCP ServersAdd Server:

- Name: safari - Command: npx - Args: safari-mcp </details>

<details> <summary><b>Zed</b></summary>

Open Zed → Settings → search for "Context Servers" and add:

{
  "context_servers": {
    "safari": {
      "command": {
        "path": "npx",
        "args": ["safari-mcp"]
      }
    }
  }
}
</details>

<details> <summary><b>Alternative: Homebrew</b></summary>

brew install achiya-automation/tap/safari-mcp
</details>

<details> <summary><b>Alternative: from source</b></summary>

git clone https://github.com/achiya-automation/safari-mcp.git
cd safari-mcp && npm install
</details>

---

Environment variables

VariableDefaultWhat it does
SAFARI_MCP_HTTPoffRun one shared HTTP daemon instead of a process per client (see above).
SAFARI_MCP_HTTP_PORT9225Port for that daemon.
SAFARI_PROFILEunsetBind sessions to a named Safari profile. Unset = your ordinary windows.
SAFARI_MCP_ALLOW_USER_TABSoffLet safari_switch_tab adopt a tab **you** already had open, instead of refusing it (see below).
SAFARI_MCP_RAISE_ON_NAVIGATEoffLet navigation bring Safari to the front, and stop the focus guard from putting your previous app back.
SAFARI_MCP_SCREENSHOT_MAX_WIDTHunsetDownscale every safari_screenshot to this pixel width (Retina captures are 2× the viewport). Per-call maxWidth overrides it.
SAFARI_MCP_KEEPALIVE_TABoffKeep one daemon-served page open in the profile window so Safari never parks the extension worker between commands.
SAFARI_MCP_OPEN_WINDOW_CMDunsetCommand run with the profile name when the profile window is absent (e.g. after a reboot). Must open the window without focusing Safari.

SAFARI_MCP_RAISE_ON_NAVIGATE=1 is for agents whose whole point is showing you a page — a voice assistant answering "open YouTube", a demo driver. Everything else should leave it off: by default Safari MCP works in the background and hands focus back to whatever app you were using, so an agent can drive a page while you keep typing somewhere else.

---

Safari Extension (Optional)

The Safari MCP Extension is optional but recommended. Without it, ~80% of functionality works via AppleScript alone. The extension adds capabilities that AppleScript cannot provide:

What the Extension Adds

CapabilityWith ExtensionAppleScript Only
Closed Shadow DOM (Reddit, Web Components)✅ Full access❌ Invisible
Strict CSP sites✅ Bypasses via MAIN world❌ Often blocked
React/Vue/Angular state manipulation✅ Deep (Fiber, ProseMirror)⚠️ Basic
Loading state detection (spinners, skeletons)✅ Smart detection❌ No
Dialog handling (alert/confirm)✅ Only AppleScript
Native OS-level click (CGEvent)✅ Only AppleScript
PDF export✅ Only AppleScript
When do you need the extension? If you're automating modern SPAs with closed shadow DOM (e.g., Reddit), sites with strict Content Security Policy, or framework-heavy editors (Draft.js, ProseMirror, Slate).

1. Clone the repo (the npm package does not include the Xcode project)

git clone https://github.com/achiya-automation/safari-mcp.git cd safari-mcp

5. Open the app (needed once so Safari registers the extension)

open "$APP_PATH" ```

Do not ad-hoc re-sign Safari MCP.app with codesign --deep --sign -. That replaces the Apple Development identity on the wrapper and embedded extension; current Safari can then silently disable or mark the extension as removed. If a previous build was ad-hoc signed, run the clean build command above again.

Alternatively, open xcode/Safari MCP/Safari MCP.xcodeproj directly in Xcode, select your Apple ID under Signing & Capabilities, and click Run. A free personal Apple Developer account is sufficient for local use.

Then in Safari: 1. Safari → Settings → Advanced → enable Show features for web developers 2. Safari → Develop → Allow Unsigned Extensions (required each Safari restart) 3. Safari → Settings → Extensions → enable Safari MCP Bridge

The extension connects automatically to the first local bridge whose declared Safari profile matches its own. The default bridge ports are 9224, 9228, 9232, and 9236; a single-profile setup normally uses 9224.

Note: "Allow Unsigned Extensions" resets every time Safari restarts. You'll need to re-enable it in the Develop menu after each restart. The extension itself stays installed.

Toolbar icon status: - ON — connected to MCP server - OFF — manually disabled via popup - (no badge) — server not running, will auto-reconnect

---

Safari MCP vs Alternatives

FeatureSafari MCPChrome DevTools MCPPlaywright MCP
CPU/Heat🟢 Minimal🔴 High🟡 Medium
Your logins✅ Yes✅ Yes❌ No
macOS native✅ WebKit❌ Chromium❌ Chromium/WebKit
Browser dependenciesNoneChrome + debug portPlaywright runtime
Tools97~30~25
File uploadJS (no dialog)CDPPlaywright API
Image pasteJS (no clipboard)CDPPlaywright API
Focus steal❌ Background❌ Background❌ Headless
Network mocking
Lighthouse
Performance trace
Tip: Use Safari MCP for daily browsing tasks (95% of work) and Chrome DevTools MCP only for Lighthouse/Performance audits.

vs Apple's Official Safari MCP (safaridriver)

In July 2026 Apple shipped an official Safari MCP server built on safaridriver — first in Safari Technology Preview 247, and now also in the Safari 27 beta. That's great validation for the category — and it's built for a different job. Apple's server drives an isolated WebDriver automation session for debugging; safari-mcp drives the real Safari you're already logged into.

It has not reached a stable Safari release yet: on macOS 26.5.2 with Safari 26.5.2, safaridriver --help lists --port, --bidi, --enable and --diagnose, and no --mcp (verified 2026-07-23). Check your own machine with safaridriver --help | grep mcp before assuming either way.

🦁 safari-mcp *(this repo)*Apple safaridriver --mcp
**Your real logins / cookies**✅ Your actual Safari⚠️ Isolated automation session — no access to AutoFill or browsing activity
**Runs on**✅ Stable Safari, every Mac⚠️ Safari Technology Preview 247+ or the Safari 27 beta — not in stable Safari 26.5
**Background (no focus steal)**✅ Yes❌ Dedicated window with a "controlled by automation" banner
**Tools****97**~17
**Storage** (cookies, localStorage, IndexedDB)✅ 10 tools
**Network mocking + throttling**✅ Yes❌ Read-only network inspection
**Device emulation** (iPhone, iPad)✅ Yes⚠️ Viewport + media type only
**Setup**npx safari-mcpEnable "remote automation and external agents", then point your client at that build's safaridriver --mcp
**Official Apple support**❌ Community (MIT)✅ Apple, WebDriver-standard
When Apple's server is the right pick: you specifically want a clean-room, WebDriver-standard session for compatibility debugging and you already run a preview or beta build. For everything else — daily automation on the browser you're already signed into, on the Safari that shipped with your Mac — safari-mcp is built for exactly that.

Troubleshooting

IssueFix
"AppleScript error"Enable "Allow JavaScript from Apple Events" in Safari → Develop
"Not authorized to send Apple events to Safari"Grant Automation → Safari to your IDE (see above)
"Not authorized" after npm updateUpdating changes the binary's cdhash — macOS silently revokes Automation permission. Re-run the osascript one-liner above to re-grant it
safari_native_click reports success but page doesn't reactAdd safari-helper to **System Settings → Privacy & Security → Accessibility** (see [Granting Accessibility](#granting-accessibility-to-safari-helper-required-for-safari_native_) above). Confirm by attaching a click listener with {capture:true} in the page console — without the grant, no isTrusted: true event fires
Screenshots emptyGrant Screen Recording permission to Terminal/VS Code
Tab not foundCall safari_list_tabs to refresh tab indices
Hebrew keyboard issuesAll typing uses JS events — immune to keyboard layout
HTTPS blockedsafari_navigate auto-tries HTTPS first, falls back to HTTP
Safari steals focusEnsure you're on latest version — newTab restores your active tab

---

🇨🇳 中文文档镜像 AI 翻译 2026-05-28
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

safari-mcp 是一个专为 macOS 设计的 Safari 浏览器自动化 MCP 服务端。它为 AI Agent 提供了 80 多个原生浏览器自动化工具,能够实现页面导航、点击、表单填写、截图及网络监控等高级功能。与传统的自动化方案不同,它基于 Apple Silicon 上的原生 WebKit 构建,相比 Chrome 能够节省约 60% 的 CPU 占用,且能完美继承用户现有的登录状态、Cookies 和 Session(如 Gmail、GitHub 等),让 AI 能够像真人一样操作你的真实浏览器。

⚡ 功能介绍

本项目提供强大的自动化能力,包含导航、点击、表单交互、截图、网络请求监控、存储管理及 Accessibility 辅助功能等 80 多种工具。核心优势在于:1. 极低能耗,利用原生 WebKit 实现“零热量”运行;2. 真实环境,无需重新登录,直接复用现有浏览器会话;3. 后台运行,Safari 会在后台静默操作,不会频繁抢占用户窗口;4. 轻量化,无需 Puppeteer 或 Playwright 等沉重的浏览器依赖。

📋 环境依赖

使用本项目需满足以下环境要求:1. 操作系统:运行 Safari 的 macOS 版本;2. 运行环境:Node.js 18+;3. Safari 设置:需在 Safari 的 Settings → Advanced 中勾选“Show features for web developers”;4. 权限配置:需在 Safari 的 Develop 菜单中开启“Allow JavaScript from Apple Events”。此外,若需使用高级交互工具,必须在 macOS 的 Accessibility 设置中授予 safari-helper 相应的辅助功能权限。

🛠 安装步骤(Docker/pip/源码)

安装过程非常简单。你可以直接通过一行命令运行 `npx safari-mcp` 进行即时体验,无需全局安装。若需永久安装,可执行 `npm install -g safari-mcp`。特别注意:如果你需要安装增强功能的 Safari Extension,由于 npm 包���包含 Xcode 工程文件,建议从 GitHub 仓库克隆源码,并使用 Xcode 进行构建。构建完成后,需通过 Xcode 或直接打开 App 来完成 Safari 的插件注册。

🚀 使用教程

推荐的 AI Agent 工作流模式为:首先通过 `safari_snapshot` 获取当前页面的 Accessibility Tree 状态,随后利用 `safari_click`、`safari_fill` 等工具通过元素引用进行交互,最后再次调用 `safari_snapshot` 验证操作结果。在元素定位方面,工具支持多种策略,包括 CSS selector 等,确保 AI 能够精准地操控页面元素。

⚙️ 配置说明(含 MCP / env)

配置方式取决于你使用的 MCP 客户端。所有客户端均通过 `npx safari-mcp` 命令启动。对于 Claude Code 用户,可以使用 `claude mcp add safari -- npx safari-mcp` 进行添加;对于 Claude Desktop 用户,可以通过编辑 `~/.mcp.json` 配置文件,在 `mcpServers` 字段下手动添加 safari 的 command 和 args 配置项。

🔄 工作流/模块

安装 Safari Extension 是提升体验的关键(虽然是可选的,但强烈推荐)。虽然仅靠 AppleScript 即可实现约 20% 的基础功能,但安装 Extension 后,你可以获得突破性的能力:例如能够访问 Reddit 等网站的 Closed Shadow DOM、绕过具有严格 CSP 限制的网站(通过 MAIN world 注入)、以及对 React/Vue/Angular 等现代框架的状态进行深度操作,这些都是纯 AppleScript 无法实现的。

❓ FAQ 摘要

针对常见问题,若遇到 "AppleScript error",请检查 Safari 是否开启了 "Allow JavaScript from Apple Events";若提示 "Not authorized to send Apple events to Safari",请在 macOS 设置中授予你的 IDE 自动化控制权限;若在 `npm update` 后出现权限问题,可能是因为二进制文件路径变更���需重新检查权限授权。

🎯 aiskill88 AI 点评 A 级 2026-05-27

高质量的MCP工具,实现Safari自动化

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
safari-mcp 中文教程safari-mcp 安装报错怎么办safari-mcp MCP 配置safari-mcp Agent 工作流safari-mcp 与同类工具对比safari-mcp 最佳实践safari-mcp 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

safari-mcp 是一款JavaScript开发的AI辅助工具。开源MCP工具:Native Safari browser automation for AI agents. 80 tools via AppleScript — zero 。⭐93 · JavaScript 主要应用场景包括:AI代理自动化浏览器操作。
💡 AI Skill Hub 点评

AI Skill Hub 点评:Safari MCP 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 Safari MCP
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 safari-mcp
原始描述 开源MCP工具:Native Safari browser automation for AI agents. 80 tools via AppleScript — zero 。⭐93 · JavaScript
Topics ai-agentsapple-siliconapplescriptautomation
GitHub https://github.com/achiya-automation/safari-mcp
License MIT
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/achiya-automation/safari-mcp 🌐 官方网站  https://achiya-automation.com

收录时间:2026-05-27 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →