Safari Technology Preview 247 includes Apple’s first-party Safari MCP server, enabling MCP-compatible coding agents to connect to a running Safari browser window for web development and debugging. According to the WebKit blog, the server is designed to let agents understand how code renders in Safari and to support more autonomous debugging by exposing browser capabilities such as DOM inspection, network request visibility, screenshots, and console output. The feature is delivered as a Model Context Protocol (MCP) server that can be used by multiple MCP clients, reflecting the protocol’s broader ecosystem beyond Claude.

Reporting across outlets describes the server as local and focused on web debugging tasks. The Dev.to account adds operational specifics: the MCP server runs with safaridriver (Safari’s WebDriver component) and provides a limited set of tools aimed at navigation and inspection rather than general automation of all browser state. It is available in the Technology Preview rather than stable Safari, and it operates without granting access to personal browser data such as existing logins or AutoFill-linked information.

A separate community Safari MCP implementation is also discussed in Dev.to as an alternative that targets different tradeoffs, particularly around session handling and broader tool coverage.