Introducing the Safari MCP Server for Web Developers
What happened
Apple published the Safari MCP Server on the WebKit blog on July 2, 2026 — a Model Context Protocol implementation that lets AI agents connect directly to Safari browser windows. The Hacker News post received 119 points. This is Apple's first official AI agent tooling release.
Context and impact
MCP (Model Context Protocol) is the standard for connecting AI assistants to external tools and data sources. Apple adopting it for Safari is significant — it signals MCP is becoming the de facto standard for AI-to-tool integrations even among major platform vendors. Developers can now tell an agent like Claude Code: 'Find bugs on my site in Safari' and the agent does it autonomously.
Details
- 16 built-in tools: screenshots, DOM inspection, clicking, typing, scrolling, keyboard
- Debugging: console access, network request analysis, JavaScript evaluation
- Testing: viewport resize, CSS media emulation, accessibility auditing
- Installation:
claude mcp add safari-mcp-stp— seconds to set up - Requirement: Safari Technology Preview 247+
- Privacy: runs locally, no external network calls, no access to Safari personal data
- HN: 119 points
Open original source
WebKit / Apple