Skip to content
Zed

familiar mcp for Zed

io.github.dominion525/familiar-mcp

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

client:Zed transport:stdio runtime:npm

Install familiar mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "familiar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dominion525/familiar-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

familiar mcp in other clients