Agentic coding
WebKit ships a Safari MCP server for autonomous web debugging
- Category: Agentic coding
- Status: confirmed
- Sources: WebKit blog, HN discussion
- Summary: WebKit published a Safari MCP server on 2026-07-01 that lets any Model Context Protocol client drive a Safari window for debugging. It exposes 16 tools spanning tab and navigation control, DOM inspection, clicks and typing, screenshots, console buffering, network request listing and inspection, JavaScript evaluation, performance timing, accessibility checks, and viewport and media emulation, so an agent can reproduce what a user sees. It requires Safari Technology Preview 247 or later with developer features enabled and is configured per agent (Claude, Codex, and others).
- Why it matters: It gives coding agents a first-party browser-automation and inspection surface on Apple's engine, an alternative to Chromium-based DevTools MCP servers for front-end debugging workflows.
- Follow-up: Track the server moving from Safari Technology Preview into a shipping Safari release and any WebDriver BiDi or DevTools overlap.