Apple shipped an official Safari MCP server in Safari Technology Preview 247, and it signals a real shift in how AI agents interact with browsers for debugging, testing, and automation.
In early July 2026, Safari Technology Preview 247 shipped with something that caught the attention of every developer who uses AI agents for debugging. Apple included an official Safari MCP server, a first-party implementation of the Model Context Protocol that lets AI assistants control Safari for web debugging tasks. The MCP server runs on safaridriver, the WebDriver binary already bundled with Safari, and exposes 17 tools that cover the core debugging loop: open a URL, read the DOM, click elements, inspect the network tab, capture console output, and take screenshots.
This matters because browser automation for AI agents has been a Chromium monoculture. Every MCP browser tool before this, whether it was Chrome DevTools MCP, Playwright MCP, or any Puppeteer wrapper, required launching a Chromium-based browser. For Mac developers who use Safari as their daily driver, that meant running a second browser just so an AI agent could click buttons. Apple putting an official MCP server inside Safari signals that browser vendors now see AI-driven debugging as a first-class use case, not a side experiment.






