mcpbeat Sign in

Familiar MCP Server

by dominion525 Your server? Claim it
local only

Familiar MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 25 Jun 2026.

MCP server that drives the user's real macOS Chrome via AppleScript. 32 tools.

Installs per day peak 11 · avg 4 · +244% w/w
a month agotoday
28
Installs / week
npm · @dominion525/familiar-mcp
0
Stars
0 open issues
25 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Familiar MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add familiar-mcp -- npx -y @dominion525/familiar-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "familiar-mcp": {
      "args": [
        "-y",
        "@dominion525/familiar-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.familiar-mcp]
command = "npx"
args = ["-y", "@dominion525/familiar-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "familiar-mcp": {
      "args": [
        "-y",
        "@dominion525/familiar-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "familiar-mcp": {
      "args": [
        "-y",
        "@dominion525/familiar-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Familiar MCP

same job, measured the same way
BrowserTap MCP
by linvireo

MCP server that drives the real Chrome you already use, through an extension and CDP.

97 installs/wk local only
Chrome DevTools MCP
by chromedevtools

MCP server for Chrome DevTools

1 500 288 installs/wk local only
Chrome DevTools MCP
by async23

MCP server for Chrome DevTools

51 installs/wk local only
Chrome DevTools MCP
by dinesh-nalla-se

MCP server for Chrome DevTools

31 installs/wk local only
Chrome Bridge
by frsorrentino

Your real, logged-in Chrome as an MCP server: 59 token-efficient web-dev tools. ChromeOS included.

261 installs/wk local only
Google CrUX MCP
by a1-x-tech

Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.

88 installs/wk local only
WebLoom
by webloomhq

86 tools: drive YOUR real Chrome via CDP + browse/install/publish Threads in chat. webloom.run.

local only
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only

Familiar MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Familiar MCP?
Familiar MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dominion525/familiar-mcp was installed 28 times last week.
How do I connect Familiar MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dominion525/familiar-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Familiar MCP?
The npm package @dominion525/familiar-mcp was installed 28 times in the last week. Week over week that is +244%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Familiar MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.