1. Conduid
  2. Search
  3. search-history-mcp
MCP server · Search

search-history-mcp

Unclaimed search
30Low

Scored 4 months ago · breakdown

About search-history-mcp

search-history-mcp is an MCP server in the Search category. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/ronantakizawa/search-history-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about search-history-mcp

Powered by Claude · Grounded in docs

I know everything about search-history-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

search-history-mcp

Access and search your browser search history (Brave, Chrome, Firefox, Safari, Edge, Arc, Opera, DuckDuckGo) through an MCP server for LLM chat apps.

Supported for MacOS, Windows, and Linux.

https://github.com/user-attachments/assets/19c6de51-8219-453d-9b36-d584c44fbe9f

Use Cases

  • Brainstorming: Brainstorm project ideas inspired by your interests and search history.
  • LLM Personalization Support: Teach your LLM more about yourself.
  • Profile Generation: Build a personal profile based on your search history.

Features

This MCP server provides three tools to interact with your search history:

  • search_history: Search for specific terms in URLs and page titles
  • get_recent_history: Get the most recent browsing history entries
  • get_most_visited: Get your most frequently visited sites

Install

  • Install Claude Desktop
  • Install uv
  • Clone or navigate to this repository
  • Setup environment: uv venv && uv pip install -r pyproject.toml && uv pip install cryptography && source .venv/bin/activate
  • Install the MCP server: fastmcp install claude-desktop mcp_server.py
  • Restart Claude Desktop

Privacy Note

This server reads your local browser history databases in read-only mode. It creates temporary copies to avoid locking issues when browsers are running. For DuckDuckGo on macOS, encryption keys are retrieved from your macOS Keychain and used only to decrypt your local history data. No data is sent anywhere except to your local LLM chat application.

Browser Support: Brave, Chrome, Edge, Opera, Arc, and DuckDuckGo are supported on Windows, macOS, and Linux. Firefox is supported on all platforms. Safari is macOS-only.

Browser file paths may have to be manually configured depending on your file structures.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About search-history-mcp

How do I install search-history-mcp?

Run git clone https://github.com/ronantakizawa/search-history-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is search-history-mcp safe to use with an AI agent?

Its trust score is 30 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is search-history-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.