Skip to content

vincent-pli/chrome-history-mcp

Repository files navigation

A mcp server expose your Chrome history to AI

Setup & Running

uv run chrome-history-mcp

It will use the default Chrome history path:

  • Windows:
    C:\Users<username>\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)

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: shapshot

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages