Bookmarks-Aware-MCP-Server
Verified Safeby Yerachmiel-Feltzman
Overview
Provides LLMs with read-only, keyword-searchable access to a user's local Chrome bookmarks to enhance natural language queries.
Installation
python3 /absolute/path/to/bookmarks-aware-mcp/src/main.pySecurity Notes
The server primarily performs read-only operations on a local, predefined Chrome bookmarks JSON file. It uses a standard regular expression for tokenization and does not contain `eval`, `exec`, or similar dangerous functions. No network calls beyond the standard MCP stdio communication are made. The risk is minimal as long as the default bookmark file path is used, and the user's own machine is trusted. Custom bookmark paths could introduce risk if pointed to untrusted locations, but this would be a user-initiated configuration change.
Similar Servers
HydrusMCPServer
Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
resume-mcp
A Model Context Protocol (MCP) server for managing and versioning resume data stored in a PostgreSQL database, with robust validation and safety features.
mcp_server_tn
A server implementation for the Minecraft Protocol, likely enabling custom game logic or proxying connections for Minecraft clients.