
Apple's WebKit ships a Safari MCP server that hands coding agents live browser state
Apple's WebKit team shipped a Safari MCP server in Safari Technology Preview 247 that connects any MCP-compatible agent to a live Safari window, exposing the DOM, network requests, screenshots, and console output. It runs entirely on the local machine with no calls to Apple's cloud, so a developer can point Claude or Codex at Safari today and let the agent inspect rendering, accessibility, and performance without leaving the terminal.
Source: webkit.org ↗
Your agent can emulate what your users experience, giving it the information it needs to debug more autonomously, like access to the DOM, network requests, screenshots, and console output.
Apple WebKit team
Why this matters
- → Agents can now autonomously debug browser rendering without manual window-switching.
- → Reduces repetitive screenshot-prompt cycles; keeps developers in terminal.
- → Safari compatibility testing becomes agent-automated, catching cross-browser bugs faster.
Agents meet Safari