Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 📂 Browser Automation
  3. ClaudeForSafari
ClaudeForSafari logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 11:01:46 PM

ClaudeForSafari

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
safaribrowser-automationclaude-desktopmacos

Controls Safari from Claude Desktop through a local Node.js bridge and Safari Web Extension.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Lyosis/claudeForSafari, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (13) Directory Badge Claim listing Alternatives📂 More in Browser Automation

Overview

Lyosis/claudeForSafari MCP server lets Claude Desktop control Safari through a Node.js MCP bridge and a macOS Safari Web Extension. The bridge communicates with the extension over a localhost WebSocket, while the extension operates on the active Safari tab. It supports navigation, page reading, JavaScript execution, element interaction, form entry, scrolling, and tab management. Reach for it when browser automation must run in Safari on macOS without Playwright or WebDriver.

Use cases

•Navigate Safari to specified URLs
•Read visible text or full HTML from pages
•Click elements and fill standard web forms
•Run JavaScript on the active tab
•Create, close, list, and switch Safari tabs

Key features

•Safari control through MCP
•Page text and HTML extraction
•CSS and text-based element finding
•JavaScript execution in the active tab
•Standard input and textarea filling
•Safari tab management

Capabilities & Tool Schemas (13) ~135 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by ClaudeForSafari.

safari_list_profiles

List available Safari profiles

safari_navigate

Navigate to a URL

safari_get_page_text

Read the visible text of the current page

safari_read_page

Get the full HTML of the current page

safari_javascript

Execute arbitrary JavaScript

safari_find

Find elements by CSS selector or text content

How ClaudeForSafari works

What the Lyosis/claudeForSafari MCP server does

The Lyosis/claudeForSafari MCP server connects Claude Desktop to Safari. It exposes browser actions through MCP, allowing an agent to inspect pages, navigate between URLs, interact with page elements, and manage open tabs. The project is intended for macOS users who need Safari-specific browser control rather than automation through Playwright or WebDriver.

Available operations include listing Safari profiles, navigating to a URL, reading visible page text, retrieving the current page's HTML, running JavaScript, locating elements by CSS selector or text, clicking elements, entering values into inputs and textareas, scrolling, and listing, creating, closing, or switching tabs.

How it works

Claude Desktop starts the Node.js bridge as an MCP stdio process. The bridge exchanges JSON-RPC messages with Claude Desktop and forwards browser requests through a WebSocket at ws://localhost:45678. The Safari extension receives those requests and uses Safari tab APIs and script execution to act on the active tab.

Safari must be open and the extension must be enabled. The extension reconnects to the bridge after sleep or after Safari Settings has been opened. Page script injection requires the extension's permission to run on all websites. Internal Safari pages such as favorites:// and about:blank cannot be injected; an HTTP or HTTPS page is required for operations that depend on page injection.

Setup and configuration

The Lyosis/claudeForSafari MCP server requires macOS 14 or later, Xcode 16 or later, Node.js 18 or later, an Apple developer account, and Claude Desktop with MCP support. A free Apple developer account is sufficient for local use.

Install the bridge dependencies from the repository's bridge directory with npm install. Open app/claudeExtension.xcodeproj in Xcode, select the claudeExtension scheme, choose My Mac, and run the host app. When macOS prompts to add the Safari extension, open Safari Preferences and enable it. In Safari Settings, open Extensions, enable claudeExtension, and allow it on all websites.

Add an safari entry to Claude Desktop's claude_desktop_config.json. Its command must invoke Node.js with the absolute path to bridge/bridge.js; use the full Node.js path if node is not available in Claude Desktop's PATH. Restart Claude Desktop after saving the configuration. The bridge then starts with the MCP client, provided Safari is running with the extension enabled.

Tools and capabilities

The MCP tools cover four main areas:

  • Inspecting pages with visible-text and full-HTML reads.
  • Navigating, scrolling, finding, clicking, and running JavaScript.
  • Filling standard <input> and <textarea> controls.
  • Listing profiles and managing browser tabs.

safari_javascript can execute arbitrary JavaScript in the active tab. safari_form_input does not support rich-text editors based on contenteditable, including the examples noted in the project documentation such as Notion and Gmail compose.

Limitations and notes

The Lyosis/claudeForSafari MCP server is designed for local Safari control. Its bridge listens only on localhost, but it has no cryptographic authentication, so any local process that can reach the port may connect. The security model assumes other processes under the same user account are trusted.

Because arbitrary JavaScript execution is available, use the tool only on pages and content you trust. If the extension is not connected, verify that Safari is open, the extension is enabled, and the bridge process is running. Changes to extension resources require rebuilding in Xcode and usually disabling and re-enabling the extension, while bridge changes take effect after Claude Desktop restarts. The project is licensed under MIT.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Browser Automation View all alternatives
  • Safari MCP logoSafari MCP

    Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

    📂 Browser Automation1 views
    Compare vs Safari MCP →
  • MCP Server Playwright logoMCP Server Playwright

    An MCP server for browser automation using Playwright

    📂 Browser Automation3 views
    Compare vs MCP Server Playwright →
  • MacOS MCP logoMacOS MCP

    MCP server for macOS desktop automation via the Accessibility API.

    📂 Browser Automation2 views
    Compare vs MacOS MCP →
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    📂 Browser Automation4 views
    Compare vs Browser Use MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
13
Callable tools this server registers over MCP.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about ClaudeForSafari

Clone the repository, run npm install in its bridge directory, build and enable the Safari extension with Xcode, then add bridge/bridge.js to Claude Desktop's MCP configuration using an absolute path.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaudeForSafari AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lyosis-claudeforsafari?style=directory)](https://allmcps.com/mcp/lyosis-claudeforsafari)
HTML Embed
<a href="https://allmcps.com/mcp/lyosis-claudeforsafari"><img src="https://allmcps.com/api/badge/lyosis-claudeforsafari?style=directory" alt="ClaudeForSafari on AllMCPs" /></a>

Technical Specs & Signals

Category📂Browser Automation
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 2, 2026
96/96 checks healthy over the last 17d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 12, 2026
48Quality signal: Fair · 48/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity1/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 📂 Browser Automation →Best MCP servers for Browser Automation →Alternatives to ClaudeForSafari →Install in Claude DesktopInstall in CursorInstall in VS Code