chrome-history-mcp
Talk with AI about your browser history, get fun ^\_^
Author

vincent-pli
Quick Info
Actions
Tags
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\
/Users/
/home/
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:
