
Safari MCP
by achiya-automation
Native macOS Safari browser automation with 80 tools via AppleScript and WebKit, keeping your real logins and sessions.
What it does
Safari MCP provides native automation for the Safari browser on macOS. Unlike headless browsers or Chrome DevTools, it drives the actual Safari instance you use daily, meaning it inherits all your active logins, cookies, and sessions for sites like Gmail, GitHub, and Ahrefs without the CPU overhead of Chromium.
Tools
safari_navigate: Navigate to a URL and wait for load.safari_click: Interact with elements via CSS, text, or coordinates.safari_fill: Fill form inputs (compatible with React/Vue/Angular).safari_screenshot: Capture the viewport or full page as PNG.safari_read_page: Extract title, URL, and text content.safari_evaluate: Execute arbitrary JavaScript in the current tab.safari_accessibility_snapshot: Get a full accessibility tree of the page.safari_list_tabs: List all open tabs with indices and URLs.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"safari": {
"command": "npx",
"args": ["safari-mcp"]
}
}
}
Supported hosts
- claude
- cursor
- windsurf
- zed
Quick install
npx safari-mcpInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






