uv run chrome-history-mcpIt 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/HistoryLeverage mcp-cli-host as mcp client
{
"mcpServers": {
"a2a-mcp": {
"command": "uv",
"args": [
"--project",
"<location of the repo>",
"run",
"chrome-history-mcp",
"--path",
"<location of your chrome history>"
]
}
}
}