MCP Hub
Back to servers

Chrome history

This MCP server allows AI models to access and analyze your local Google Chrome browser history by connecting directly to the Chrome SQLite database.

Stars
6
Updated
Jul 25, 2025
Validated
Jan 11, 2026

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

Reviews

No reviews yet

Sign in to write a review