WebKit blog breaks down what’s new with Safari 27 for developers, including MCP support Apple's WebKit blog detailed Safari 27.0, which adds a Safari MCP server that gives coding agents such as Claude Code and Codex control over the browser window to inspect the DOM, network requests, screenshots, and console output, running entirely on the local machine with no network calls of its own. Safari 27.0 also resolves nearly 850 issues, up from the 525 fixes announced at WWDC, and adds support for immersive environments in visionOS plus the HTML element on iOS, iPadOS, and macOS. The release also introduces Scroll Anchoring to stop pages jumping when images load, and Web Inspector improvements including inline color-contrast information and better redirect-chain visibility. Following the rollout of Apple’s 2027 system releases, the WebKit blog has now published an in-depth look https://webkit.org/blog/18325/webkit-features-for-safari-27-0/ at what’s new with Safari 27.0. Here are the details. Safari MCP server among new features Chief among the new features included in Safari 27.0 is the Safari MCP server https://9to5mac.com/2026/07/01/safaris-new-mcp-server-lets-coding-agents-inspect-and-debug-websites/?extended-comments=1&utm source=chatgpt.com , which lets AI agents control the browser window to help developers work faster. To enable Safari MCP, developers must go to Safari Settings Developer and check “Allow remote automation and external agents.” Apple notes that the Developer pane only appears after users enable “Show features for web developers” under Safari Settings Advanced. Here’s Apple on the new feature: Are you developing websites using coding agents? The Safari MCP server, now available in Safari 27.0 will make your workflow faster and more powerful. Give Claude Code, Codex, or the agent of your choice control over the browser window so it can see how your code renders. Safari MCP provides access to the DOM, network requests, screenshots, and console output. Your agent can do more on its own while you do less hopping between windows, less dropping screenshots in your terminal, and less typing prompts to describe what’s not working. The Safari MCP server enables your agent to: - see how your code renders in Safari - verify user states in forms, checkout flows, selections & more - compare computed styles and layout to results in other browsers - test for accessibility issues like missing labels, improper ARIA attributes, and poor contrast - analyze performance with navigation timing and resource load times And much more. The MCP server runs entirely on your local machine. It makes no network calls of its own. It does not have access to your personal information in Safari. And any captured data goes directly to the agent you’re running, not to Apple. Apple’s blog post https://webkit.org/blog/18325/webkit-features-for-safari-27-0/ also lists the specific commands developers can use to connect Claude Code, Codex, or other agents to Safari, and invites developers to share feedback and feature requests. In addition to MCP support, Safari 27.0 fixes nearly 850 issues, up from the 525 fixes Apple had announced just a few months ago, during WWDC. Resolved issues https://webkit.org/blog/18325/webkit-features-for-safari-27-0/ resolved-issues include fixes in accessibility, CSS, encoding, fonts, forms, MathML, networking, WebRTC, among many other areas. Safari 27.0 also introduces support for immersive environments, which allows developers to provide them in visionOS, and expands the HTML