Safari MCP Server
by Apple
Connects AI agents to a live Safari window for web debugging: DOM inspection, network monitoring, console logs, screenshots, and JS evaluation. Official Apple/WebKit MCP server.
Skills
DOM Inspection
Inspects the rendered DOM tree of a live Safari page so agents can read structure, styles, and accessibility state.
Network Monitoring
Captures network requests, responses, and timings from a Safari session for debugging load and API behavior.
Console & JS Eval
Reads console output and evaluates arbitrary JavaScript in the Safari page to verify user-facing state.
Related Agents
Browser Harness
Connects an LLM directly to a real Chrome browser over a single CDP websocket, letting the agent write the helper code…
BitFun
Runs an open-source desktop and terminal coding agent that plans, edits, tests, and reviews changes inside real Git rep…
Hronaut
Provides coding agents a visible local Electron browser through MCP, with persistent isolated workspaces and human paus…
OpenHands
Software engineering agent platform — runs in sandboxed Docker containers, edits code, runs tests, fixes bugs, and open…