Apple Adds Model Context Protocol Server to Safari Technology Preview 247
Safari Technology Preview has been Apple’s experimental arm since March 2016, running parallel to the stable Safari build. It is aimed at developers and early adopters who want to try features that will eventually ship in the main browser. Unlike the paid Safari Technology Preview for developers, the free preview does not require a developer account and can be installed or updated through macOS System Settings.
The MCP server follows the Model Context Protocol, an open standard first published by Anthropic in November 2024. The protocol defines a bidirectional interface between large‑language models (LLMs) and external services. A compliant client can request data, invoke functions, and receive contextual prompts from a server. Apple’s implementation allows an AI agent to query the current state of a Safari window, including the live DOM tree, rendered layout, and memory usage. This granular visibility is expected to give developers more accurate information when reproducing user‑reported bugs and to reduce the time spent hunting down rendering glitches.
Beyond the MCP addition, Preview 247 ships with a broad array of bug fixes and feature enhancements. The release notes cover accessibility, CSS, fonts, forms, HTML, JavaScript, MathML, media, networking, rendering, SVG, scrolling, security, the spatial web, text handling, Web API, WebDriver, and WebGL. The update is available for macOS Golden Gate and macOS Tahoe, and users who already have the preview can install the new build via System Settings → General → Software Update.
Apple’s stated goal for the MCP server is to collect feedback from developers and users on how AI can be woven into the web‑development workflow. By exposing a browser’s rendering context, the platform opens the door for agents that automatically detect layout regressions, accessibility violations, or performance bottlenecks. Because the server is built on an open standard, third‑party tools that already support MCP can connect to Safari without modification, encouraging a broader ecosystem of AI‑powered debugging and testing utilities.
Safari’s history of advancing web standards—Intelligent Tracking Prevention, Apple Pay integration, FIDO2 authentication—provides context for this move. The WebKit engine that powers Safari has been a key player in the browser market since its 2003 debut, and Safari Technology Preview has long served as the testing ground for new web features.
Apple has published the full release notes for Preview 247 on its Safari Technology Preview website. The preview can be downloaded from Apple’s developer site, and updates are distributed through the standard macOS software‑update mechanism.
In short, Safari Technology Preview 247 introduces a new MCP server that lets AI agents observe and interact with a live Safari browser. The update also brings a suite of bug fixes and enhancements across core web technologies. The feature remains experimental within the Safari Technology Preview channel, and Apple has not announced a production release date. Developers are encouraged to test the MCP server with their own AI agents and to report any issues or suggestions back to Apple.