The Safari MCP server for web developers

224 points - today at 1:37 AM

Source

Comments

runjake today at 4:53 PM
Federico Viticci went into a little more detail about what this means on MacStories, Mastodon, and the latest episode of the Connected podcast. It is also more approachable for laypeople.

Be sure to visit the links from the story, as well.

https://www.macstories.net/linked/safaris-new-mcp-server-is-...

https://mastodon.macstories.net/@viticci/116847167023618099

https://relay.fm/connected/610

atonse today at 2:52 PM
I am especially hopeful for this for my daily stuff, not just testing.

Meaning, having a hopefully seamless way to perform some automations in the browser on my behalf but since it’s the browser I’m logged in to, it just makes the handoff between myself and the agent feel more seamless.

And that’s because I’ve used safari as my main browser, not chrome, because it isn’t as much of a battery hog.

bel8 today at 7:38 AM
I have been using Chrome's official MCP devtools server since Nov 2025.

https://github.com/ChromeDevTools/chrome-devtools-mcp

Before that I used Chrome web drivers but MCP is faster and more capable.

I also instruct LLMs to test my pages on Firefox using its official MCP to make sure they work in Firefox too:

https://github.com/mozilla/firefox-devtools-mcp

Now I will add Safari to the compatibility tests. cool

egeozcan today at 8:30 AM
I'd personally suggest Playwright-CLI: https://github.com/microsoft/playwright-cli

It works much faster for me than the MCP servers I tried.

defied today at 2:12 PM
There has been the (Apple provided) safaridriver for a couple of years. It speaks WebDriver W3C and can be used to interact with a Safari instance.
demetris today at 8:10 AM
But does Apple really care about web developers?

How do you test on Safari if you don’t have Apple devices?

How difficult can it be for Apple to make barebones virtual machines with just Safaris?

simonw today at 2:19 PM
I've been telling agents to run Chrome and talk to it directly via the CDP recently and finding that to work very well.
efitz today at 5:11 PM
How are the MCP servers compared to Playwright?
jickmao today at 1:40 PM
MCP for browser automation is interesting because Safari's WebKit engine is the one most AI agents can't easily drive (Playwright and Puppeteer are Chromium-first). Having an MCP server for it could fill a real gap in cross-browser testing for agent workflows.
quantumHazer today at 10:17 AM
> There are many ways to build for the web, both with and without AI. If AI is a part of your workflow, we think this tool will help make it even more productive. And if it isn’t, that’s OK too.

Crazy thing to say in 2026 where if you write code and not delegate every bit to an agent you're considered a noob by some people.

deleted today at 7:20 AM
mrtksn today at 2:20 PM
Does the websites get some flag or clue that this is an AI bot interacting?
adam12345 today at 11:51 AM
should say "see how my website performs on safari"
croisillon today at 6:53 AM
so it's a crossover of dev tools and LLM? sounds sane enough i'd say
Onavo today at 7:16 AM
I wonder if it supports Private Relay. Private Relay is great for getting around scraping blocks because they explicitly whitelist apple private Relay ips.
AIorNot today at 7:37 AM
Does this support mobile simulator safari too
aniketsaini777 today at 8:48 AM
[flagged]
deleted today at 1:04 PM
jkwang today at 8:06 AM
[dead]
N_Lens today at 8:01 AM
[flagged]
keepamovin today at 7:23 AM
Building something similar for Chrome and Firefox browsers: https://github.com/DO-SAY-GO/WebCLI - a CLI not MCP. Tho am considering MCP for distribution, even tho agents love the CLI and the proof demos speak for themselves.

The reason I did not include Safari was there wasn't enough parity between its Safaridriver surface and what Bidi/CDP give now. Safari is doing Bidi tho, iirc. So ...soon perhaps. ;) ;p xx ;p