MCP Directory
Back

chronicle-mcp

by nikolasil · Python · ★ 2

ChronicleMCP is a secure, local-first [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that allows AI agents (like Claude Desktop, Cursor, and IDEs) to search your local browser history.

Install

pip install git+https://github.com/nikolasil/chronicle-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "chronicle-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/nikolasil/chronicle-mcp.git"
      ]
    }
  }
}

From the README

**Secure, local-first Model Context Protocol (MCP) server for browser history** [](https://pypi.org/project/chronicle-mcp/) [](https://opensource.org/licenses/MIT/) [](https://github.com/nikolasil/chronicle-mcp/actions) [](https://codecov.io/gh/nikolasil/chronicle-mcp) --- | Feature | Description | |---------|-------------| | 🔒 **Privacy-First** | All data stays on your machine. No cloud sync, no data collection. | | 🌐 **Multi-Browser** | Chrome, Firefox, Edge, Brave, Safari, Vivaldi, Opera support | | 🔍 **Multiple Search Tools** | Search by query, date range, domain, or recent history |…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers