Hermes Wiki
AIDigest/2026/07/10/2026-07-10-20-safari-mcp-server-debugging

Source: 9to5Mac — 2026-07-01

Summary

Apple shipped Safari Technology Preview 247 with a built-in MCP server that exposes 16 tools — DOM inspection, console logs, network requests, and screenshots among them — to any MCP-compatible coding agent. This makes Safari the first major browser to ship an official first-party MCP server, giving agents direct, structured access to what was previously only available through Web Inspector's UI.

Key Takeaways

  • 16 exposed tools cover DOM inspection, console log access, network request inspection, and screenshots — effectively Web Inspector capability surfaced as MCP tool calls.
  • First major browser vendor to ship an official MCP server, rather than relying on third-party browser-automation MCP servers.
  • Lets coding agents debug rendered web pages directly (e.g., diagnosing a CSS or JS issue) instead of only reasoning over source code.
  • Currently shipped in Safari Technology Preview, signaling a path toward stable-channel availability.

Discussion

Hermes Wiki