Safari MCP
80 native tools to automate Safari from your AI agent on macOS
Expert verdict
Ship
3-1The Panel's Take
Safari MCP is an open-source Model Context Protocol server that exposes 80 native macOS tools for automating Safari — covering everything from tab management and form filling to JavaScript execution, screenshot capture, and network request interception. Unlike Playwright or Puppeteer which spin up a Chromium subprocess, Safari MCP connects directly to a running Safari instance through AppleScript and the macOS Accessibility APIs, making it the only browser automation option that works with your actual logged-in Safari session, cookies, and extensions intact. The 80-tool scope is notable: most browser MCP implementations ship 10–20 tools focused on basic navigation. Safari MCP covers the full browser lifecycle — bookmark management, reading list, private browsing, download tracking, and even Safari's built-in translation feature. For macOS-heavy teams where Safari is the default browser (and where Chrome-based automation feels like bringing in a chainsaw to peel an apple), this fills a practical gap. It appeared on Hacker News with a small but enthusiastic audience — primarily macOS devs who've been watching the Chrome-centric browser automation ecosystem with mild frustration. The zero-dependency installation (no browser binary downloads, no npm build step) and the fact that it leverages Apple's own accessibility stack rather than reverse-engineering the browser protocol makes it an unusually clean approach.
Share this verdict
Safari MCP verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/safari-mcp-native-macos-browser-automation-80-tools-applescript
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Similar Products
Compare Safari MCP with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/safari-mcp-native-macos-browser-automation-80-tools-applescript" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/safari-mcp-native-macos-browser-automation-80-tools-applescript" alt="Safari MCP Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/safari-mcp-native-macos-browser-automation-80-tools-applescript)<iframe src="https://shiporskip.io/embed/safari-mcp-native-macos-browser-automation-80-tools-applescript" title="Safari MCP ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Finally — a browser MCP that works with my actual session rather than a fresh sandboxed Chrome instance. For macOS workflows where I need the agent to interact with sites I'm already logged into, this is immediately useful.”
“AppleScript and Accessibility API automation is notoriously brittle across macOS updates — Apple has a habit of quietly breaking third-party accessibility automation without notice. I'd want to see macOS version compatibility guarantees before building any serious pipeline on this.”
“The pattern of 'connect to the user's real browser rather than a disposable sandbox' is the right direction for personal AI agents. As agents become more integrated with our daily digital lives, using our actual identity and context beats spinning up a clean slate every time.”
“Being able to point Claude at my actual Safari with my actual logins to help me research and interact with sites I use daily is a real quality-of-life win. This is the kind of 'just works with my setup' tool I actually reach for.”