Skip to content
VS Code

familiar mcp for VS Code

io.github.dominion525/familiar-mcp

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

client:VS Code transport:stdio runtime:npm

Install familiar mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

familiar mcp in other clients