MCP.so
登录
C

Claude For Safari

@Lyosis

关于 Claude For Safari

Safari Web Extension + Node.js MCP bridge giving Claude Desktop full control over Safari — navigate, read pages, click elements, fill forms, and manage tabs. No Playwright or WebDriver dependency.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

Lyosis

提交者

wilfrid

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "safari": {
      "command": "node",
      "args": [
        "/path/to/claudeForSafari/bridge/bridge.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude For Safari?

Claude For Safari is an MCP server that gives Claude Desktop the ability to control Safari — navigate pages, read content, click elements, and fill forms — just like "Claude in Chrome." It is built for macOS users who want to automate Safari through Claude Desktop.

How to use Claude For Safari?

Clone the repository, install bridge dependencies with npm, build the Safari extension in Xcode, enable the extension in Safari settings, and add the server entry pointing to bridge/bridge.js in your claude_desktop_config.json. Safari must be open with the extension enabled; the bridge starts automatically with Claude Desktop.

Key features of Claude For Safari

  • 13 tools for Safari control including navigation, reading, and clicking
  • Execute arbitrary JavaScript in the active tab
  • List, create, close, and switch between tabs
  • Read visible page text or full HTML
  • Fill form input and textarea fields
  • Find elements by CSS selector or text content
  • Support for multiple Safari profiles

Use cases of Claude For Safari

  • Automate web data extraction and page reading through Claude Desktop
  • Fill and submit web forms programmatically
  • Navigate multi-step workflows across tabs and profiles
  • Scrape or test web content using JavaScript execution
  • Replicate Chrome automation workflows in Safari

FAQ from Claude For Safari

What makes Claude For Safari different from other browser automation tools?

It gives Claude Desktop the same Safari control that "Claude in Chrome" provides for Chrome, using the MCP protocol.

What are the system requirements?

macOS 14+ (Sonoma or later), Xcode 16+, Node.js v18+, an Apple developer account (free is sufficient), and Claude Desktop with MCP support.

Where does data processed by the server live?

The bridge listens on localhost only (ws://localhost:45678) and is never exposed to the network. Data stays entirely on your machine.

What are known limitations?

safari_form_input does not support rich text editors using contenteditable (e.g., Notion, Gmail compose). safari_get_page_text fails on internal Safari pages such as favorites:// or about:blank.

How does authentication and transport work?

Transport uses MCP stdio between Claude Desktop and the bridge, then WebSocket between the bridge and the Safari extension. There is no cryptographic authentication between the bridge and extension; any local process can connect to the port, so the threat model assumes other processes under your user account are trusted.

评论

AI 与智能体 分类下的更多 MCP 服务器