MCP server that drives the user's real macOS Chrome via AppleScript. 32 tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Control your real macOS Chrome via AppleScript β no DevTools Protocol, no Playwright.
A Claude Code skill that drives Google Chrome on macOS through AppleScript (Apple Events). It uses your everyday browser instead of a headless/automated one, so pages behind bot/WAF defenses tend to treat it as a normal user.
ζ₯ζ¬θͺηγ― README.ja.md γεη §γγ¦γγ γγγ
Everything is tab-scoped (windowId + tabId); it never relies on the "active tab".
list_tabs / new_tab / new_incognito_tab / close_tab β tab management (new_tab uses a normal window, new_incognito_tab an incognito one)active_tab / window_mode / is_loading β inspect active tab / window mode / tab loading statenavigate / get_tab_url β navigationreload / go_back / go_forward / stop β history & reload controlwait_for_load / wait_for_selector / wait_for_function β wait for page load / element / a JS conditionget_html β get the current DOM as HTMLget_text / get_attribute / get_value / exists / query_all β read element text / attribute / value / presence / all matchesclick / fill / clear / select_option / set_checked / press_key / submit / scroll_into_view β interact with elements and formsexecute_js / execute_js_file β run arbitrary JavaScript (use the file form for complex scripts)Selectors accept CSS (default), text=, xpath=, and label= forms.
For local development / testing:
This places the skill under ~/.agents/skills/familiar/. Any client that follows the
agent-skills spec (Claude Code, Cursor, and
others) picks it up automatically. The registry is at https://skills.sh.
The mcp/ directory contains an MCP server implementation (TypeScript) that
exposes the same 32 actions to any MCP-compatible client (Claude Code, Claude
Desktop, Cursor, Codex CLI, and others).
Quick install (Claude Code):
See mcp/README.md for full per-client install and configuration.
The script also runs standalone, without installing the skill:
See skills/familiar/SKILL.md for full usage.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/familiar-mcp)<a href="https://allmcps.com/mcp/familiar-mcp"><img src="https://allmcps.com/api/badge/familiar-mcp?style=directory" alt="Familiar MCP on AllMCPs" /></a>