You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful Model Context Protocol (MCP) server that provides comprehensive access to browser history data for analysis and insights. Built using the official [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk), this tool is designed for local integration with Claude Desktop for personal productivity analysis.
8
+
A local Model Context Protocol (MCP) server that provides access to browser history data for comprehensive analysis and insights.
9
+
10
+
Built using the [official python MCP sdk](https://github.com/modelcontextprotocol/python-sdk) this tool can be added to Claude desktop in a few minutes with a little set up in the terminal.
9
11
10
12
## 📋 Table of Contents
11
13
12
14
-[Features](#-features)
13
15
-[Quick Start](#-quick-start)
14
-
-[Installation](#-installation)
16
+
-[Installation](#-detailed-installation)
15
17
-[Configuration](#-configuration)
16
-
-[Usage](#-usage)
17
18
-[API Reference](#-api-reference)
18
19
-[Browser Support](#-browser-support)
19
20
-[Privacy & Security](#-privacy--security)
20
-
-[Contributing](#-contributing)
21
21
-[License](#-license)
22
22
23
+
23
24
## ✨ Features
24
25
25
26
- 🔍 **Multi-Browser Support**: Query Firefox, Chrome, and (some versions of) Safari browser history
@@ -44,12 +45,12 @@ A powerful Model Context Protocol (MCP) server that provides comprehensive acces
44
45
uv run mcp dev server/main.py
45
46
```
46
47
47
-
3.**Install for Claude Desktop** (you will need to restart the app afterwards):
48
+
3.**Install for Claude Desktop** (you will need to restart Claude Desktop afterwards):
48
49
```bash
49
50
uv run mcp install server/main.py --name "Browser History MCP"
0 commit comments