logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chrome-history-mcp

Talk with AI about your browser history, get fun ^\_^

Author

chrome-history-mcp logo

vincent-pli

Apache License 2.0

Quick Info

GitHub GitHub Stars 2
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

chromebrowserserversbrowser historychrome historyai browser

A mcp server expose your Chrome history to AI

Setup & Running

bash uv run chrome-history-mcp It will use the default Chrome history path: - Windows:
C:\Users\\AppData\Local\Google\Chrome\User Data\Default - macOS:
/Users//Library/Application Support/Google/Chrome/Default - Linux:
/home//.config/google-chrome/Default

see the details

otherwise use the --path to define the path of history, for example: /Users/lipeng/Library/Application Support/Google/Chrome/Profile 3/History(if you have multiple user in Chrome)

bash uv run chrome-history-mcp --path /Users/lipeng/Library/Application\ Support/Google/Chrome/Profile\ 3/History

E2E

Leverage mcp-cli-host as mcp client

Set STDIO server config

{
  "mcpServers": {
    "a2a-mcp": {
      "command": "uv",
      "args": [
        "--project",
        "<location of the repo>",
        "run",
        "chrome-history-mcp",
        "--path",
        "<location of your chrome history>"
      ]
    }
  }
}

You can get this:

See Also

`