product updateApple

Apple ships Safari MCP server in Technology Preview 247, enabling AI coding agents to inspect and debug websites

TL;DR

Apple has released an MCP server for Safari Technology Preview 247 that allows AI coding agents to directly inspect and debug websites. The server gives agents access to console logs, network requests, screenshots, and DOM interactions through the Model Context Protocol standard created by Anthropic.

2 min read
0

Safari Technology Preview 247 ships with MCP server for AI agents

Apple has released an MCP (Model Context Protocol) server in Safari Technology Preview 247 that enables AI coding agents to inspect and debug websites directly within the browser. The server provides agents with access to page content, console logs, network requests, screenshots, and DOM interactions.

According to Apple's WebKit blog, the Safari MCP server "makes your web development and debugging workflow faster and more powerful" by connecting AI agents to live browser windows, allowing them to see how code actually renders.

What the server provides

The Safari MCP server includes nearly 20 tools that expose browser functionality to compatible AI agents:

  • browser_console_messages: Returns buffered console logs for specified tabs
  • screenshot: Captures PNG screenshots of current pages
  • list_network_requests: Lists network request summaries including URL, method, status, and timing
  • page_interactions: Performs DOM interactions including click, type, scroll, hover, and keyPress actions

The server works with MCP-compatible AI clients including ChatGPT, Claude, and Gemini.

Technical background

MCP is an open standard originally created by Anthropic and later donated to the Linux Foundation's Agentic AI Foundation. The protocol provides a standardized way for AI agents to connect to external tools, services, and data sources, enabling them to retrieve information and perform authorized actions beyond what users paste into chat interfaces.

MCP allows clients to connect to servers that expose various services including GitHub, Slack, Google Drive, Notion, databases, local files, and now browser development tools.

Use cases

Apple describes several debugging scenarios where the MCP server improves workflow efficiency:

  • Debug workflow: Instead of manually cycling between browser inspection, screenshots, and agent prompts, developers can let agents directly access browser state
  • Safari compatibility testing: Agents can identify browser-specific issues
  • Performance analysis: Access to network timing and console data enables performance debugging
  • Accessibility checks: Agents can verify page accessibility
  • UI state verification: Direct inspection of page states and user interface elements

Apple notes that traditional debugging requires "a lot of clicks, tools, and window hopping to make a single fix," but the MCP server streamlines this by giving agents direct browser access.

What this means

Apple's MCP server implementation represents a significant developer tooling move, putting Safari on par with browser-based development tools that AI agents can directly control. By adopting the MCP standard—originally an Anthropic project—Apple is acknowledging that AI agents are becoming core to coding workflows.

The practical impact: developers using AI coding assistants will spend less time manually shuttling information between browsers and chat interfaces. The agent can now inspect, screenshot, and analyze pages autonomously. This matters most for Safari-specific debugging, where developers previously had to manually verify rendering differences.

The timing is notable: Safari Technology Preview ships experimental features months before production Safari releases, suggesting Apple is testing this ahead of broader availability.

Related Articles

product update

AWS launches AgentCore platform for building voice AI agents with Amazon Nova 2 Sonic

AWS has released AgentCore, a new platform for hosting and running voice-based AI agents, integrated with Amazon Nova 2 Sonic for real-time speech capabilities. The platform uses the open Model Context Protocol (MCP) to connect agents to backend systems and deploys each conversation in isolated microVMs.

product update

Apple Intelligence cleared for China launch using Alibaba's Qwen AI model

China's Cyberspace Administration approved Apple Intelligence for launch in the country, backed by integration of Alibaba's Qwen AI model across Apple's operating systems. The deal ends a two-year delay that began when Apple Intelligence debuted in 2024.

product update

GitHub Copilot for Visual Studio adds MCP server trust layer and C++ support

GitHub released its June 2026 update for Copilot in Visual Studio, adding a trust layer for Model Context Protocol (MCP) servers, improved usage analytics visibility, and the first C++ language scenarios for the AI coding assistant.

product update

Adobe Tests AI Photo Editing in Project Indigo App Using Google's Nano Banana Model

Adobe is testing AI-powered photo editing features in its experimental Project Indigo camera app for iPhone. The AI Playground, available to a small percentage of users for a limited time, includes object removal, style transfers, photo critiques, and custom prompt-based editing powered by Google's Nano Banana model.

Comments

Loading...