Skip to content
Cursor

familiar mcp for Cursor

io.github.dominion525/familiar-mcp

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

client:Cursor transport:stdio runtime:npm

Install familiar mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

familiar mcp in other clients