Safari 27 includes a feature that could be especially important for developers working with AI coding agents: Safari MCP.
Apple’s WebKit team says the new Model Context Protocol integration makes it easier for coding agents to work directly with Safari during web development.
What does Safari MCP do?
MCP is a standard that lets AI tools connect to external capabilities through structured interfaces. In Safari, the integration can give an approved coding agent useful browser context instead of forcing developers to manually copy information back and forth.
That can make workflows such as inspecting a page, understanding its DOM structure and debugging web behavior more direct.
It is not automatically open to every AI tool
The feature is intended for developer workflows and external-agent access must be enabled. That distinction matters because browser access can expose sensitive information from tabs and development sessions.
Developers should grant access only to agents they trust and review the permissions and local data involved in their workflow.
Safari 27 is a large web-platform update
WebKit says Safari 27 contains 83 features, up from 58 in the first beta. Other improvements include customizable HTML select elements and scroll anchoring to reduce page jumps when content loads above the current viewport.
Why this matters
AI coding tools are moving from simply generating code toward interacting with the environment where that code actually runs. Browser-level MCP support gives agents another way to test and understand web applications, while putting more responsibility on developers to control what those agents can access.
Source: WebKit, “WebKit Features for Safari 27.0,” September 17, 2026.