Was just looking over the Safari 27 release notes¹, which is part of macOS 27, and noticed this:
Web Driver
New Features
- Allow your agent to connect to a Safari browser for development and debugging via the Safari MCP server. (176038457)
Related (From July 1st)
Introducing the Safari MCP server for web developers
https://webkit.org/blog/18136/introducing-the-safari-mcp-ser...
So that's interesting. On the other hand, looks like WebXR support for Safari will never come.
---
¹ https://developer.apple.com/documentation/safari-release-not...
It's really powerful. I have been using it in Chrome for a while.
This is how to enable: chrome://inspect/#remote-debugging
This MCP server for Safari is pretty neat. I think I'm going to start automatting some tasks for our corporate websites.
Unfortunately, not well suited for stealth use cases for personal automation. Here's a comparison to an mcp tool that allows driving your live safari via osascript:
[1]: https://github.com/achiya-automation/safari-mcp#vs-apples-of...