MCP Connector

Access Chrome History for AI Chat

Chrome History MCP Server exposes your Chrome browsing history.

Works with chrome

Maintainer of this project? Claim this page to edit the listing.


77
Spark score
out of 100
Updated Jul 2025
Version 1.0.0
Models
universal

Add to Favorites

Why it matters

Integrate your Chrome browser history into AI applications. Enable conversational AI to understand and discuss your browsing habits.

Outcomes

What it gets done

01

Extract data from Chrome browser history.

02

Provide Chrome history access for AI models.

03

Enable AI-powered analysis of browsing data.

04

Support multiple Chrome profiles and cross-platform use.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-chrome-history | bash

Overview

Chrome History MCP Server

This MCP server exposes your Chrome browsing history to AI clients. This MCP server exposes your Chrome browsing history to AI clients.

What it does

This MCP server exposes your Chrome browsing history to AI clients.

To set this up, you can run the server using:

uv run chrome-history-mcp

It will use the default Chrome history path for Windows, macOS, and Linux. If your Chrome history is located in a non-default path, you can specify it with the --path argument:

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

For integration with an MCP client like mcp-cli-host, you can configure the mcpServers in your client's configuration:

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

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:

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.