Safari MCP server
Apple's first-party Model Context Protocol server for web developers, introduced by WebKit in Safari 27 beta and Safari Technology Preview 247. It connects an MCP-compatible agent to a live Safari browser window so the agent can navigate, read the DOM, evaluate JavaScript, capture screenshots, inspect network requests and read console output. It is shipped inside Safari itself: the server is started by running the bundled `safaridriver` binary with the `--mcp` flag, so there is no hosted endpoint and no package to install from a registry.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
browser_console_messages— Return buffered console logs for the current or specified tabbrowser_dialogs— List and respond to browser dialogs (accept, dismiss, or input text for JS prompts)close_tab— Close a browser tab by its handlecreate_tab— Create a new browser tab, optionally loading a URLevaluate_javascript— Execute JavaScript code within the page and return the resultget_network_request— Get full detail for a single recorded network request (headers, body, timing)get_page_content— Extract text content of a page in various formats (markdown, HTML, JSON, etc.)list_network_requests— List network request summaries (URL, method, status, timing) for the current tablist_tabs— List all open browser tabs with their handles and URLsnavigate_to_url— Navigate to a URL and return the loaded page's contentpage_info— Get info about the current page: URL, title, and loading statepage_interactions— Perform DOM interactions in sequence: click, type, scroll, hover, keyPress, etc.screenshot— Capture a screenshot of the current page as a PNGset_emulated_media— Emulate a CSS media type (e.g. "print") for responsive-design testingset_viewport_size— Set the browser viewport size in CSS pixelsswitch_tab— Switch to a different browser tab by its handlewait_for_navigation— Wait for the current page to finish loading; returns final URL and title
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.