Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Bookmarks Mcp.
list_sourcesevery bookmark source found on this machine
list_bookmarkslist, with folder filter + pagination
search_bookmarkssearch titles / URLs / folders / tags
recent_bookmarks"what did I save this week?"
bookmark_statsthe state of the pile: counts, age distribution, top domains
parse_export_fileparse a Pocket/Instapaper/Raindrop/HTML export from disk
Your bookmarks, wherever they live, readable by your AI.
Everyone saves. Browsers, read-later apps, that Pocket export from 2023 β capture is a solved problem. Processing is not: the average bookmark is saved once and never touched again. AI assistants are the first thing that can actually process a pile like that β summarize, triage, turn it into a to-do list β but they can't see it.
This is a local, read-only MCP server that fixes the "can't see it" part.
| Source | How | Notes |
|---|---|---|
| Chrome, Edge, Brave, Arc, Vivaldi, Chromium | reads each profile's local Bookmarks file | every profile auto-detected |
| Safari (macOS) | reads ~/Library/Safari/Bookmarks.plist | includes your Reading List; no extension can do this β Safari's extension API has no bookmarks surface |
| Firefox | reads places.sqlite per profile | needs Node β₯ 22.5 (built-in sqlite); degrades gracefully below |
| Export files | Pocket CSV, Instapaper CSV, Raindrop CSV, browser HTML, URL lists | via parse-bookmarks |
Phone bookmarks: reachable once they sync to your desktop (iCloud β Safari on Mac, Chrome sync β desktop profile). There is no way for any third-party tool to read Safari bookmarks directly on iOS.
No account, no API key, no configuration β the server works the moment it's installed.
Claude Code:
Use -s user. The scope defaults to local, which only registers the server
for the directory you ran the command in. Your bookmarks aren't tied to one
project, so register it account-wide.
Claude Desktop / Cursor / any MCP client (mcpServers JSON):
To run from source instead (for development), clone this repo next to its
dependency parse-bookmarks (the two directories must be siblings), run
npm install in bookmarks-mcp, and point your client at
node /absolute/path/to/bookmarks-mcp/src/index.js.
macOS + Safari: the app hosting the server (Claude Desktop, your terminal)
needs Full Disk Access (System Settings β Privacy & Security), because
~/Library/Safari is protected. Chromium browsers and Firefox need nothing.
| Tool | What it does |
|---|---|
list_sources | every bookmark source found on this machine |
list_bookmarks | list, with folder filter + pagination |
search_bookmarks | search titles / URLs / folders / tags |
recent_bookmarks | "what did I save this week?" |
bookmark_stats | the state of the pile: counts, age distribution, top domains |
parse_export_file | parse a Pocket/Instapaper/Raindrop/HTML export from disk |
export_bookmarks | everything out as Markdown, CSV, JSON, or importable browser HTML |
fetch_page_preview | a few-hundred-token preview of a page (title, description, headings, excerpt) instead of the raw HTML β for when title/URL alone can't be triaged |
The reason this exists. Ask your assistant:
Look at my bookmark stats, then help me triage: which of these become deep reads, which are tools to try, which feed a project I'm working on, and which should I finally let go? Give me a checklist for this week.
Or use the built-in triage_bookmarks prompt, which walks through exactly
that β including asking you to define what your saves usually become, so
the lanes are yours, not ours.
These are deliberate, not gaps waiting to be filled. PRs that cross them will be declined:
fetch_page_preview answers "is this
worth my time" β it is not a reader mode and never will be a full-fidelity
content extractor.Built by the team behind Burn 451, a read-later app. This server is deliberately neutral: it reads your bookmarks for whatever assistant and whatever workflow you choose, and it never writes to them.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bookmarks-mcp)<a href="https://allmcps.com/mcp/bookmarks-mcp"><img src="https://allmcps.com/api/badge/bookmarks-mcp?style=directory" alt="Bookmarks Mcp on AllMCPs" /></a>