Skip to main content
Glama
Fisher521

bookmarks-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sourcesA

Detect every bookmark source on this machine: Chromium-family profiles (Chrome, Edge, Brave, Arc, Vivaldi), Firefox profiles, and Safari (incl. Reading List). Returns ids usable as the source argument of other tools.

list_bookmarksB

List bookmarks from detected browsers. Supports folder filter and pagination.

search_bookmarksA

Case-insensitive search across bookmark titles, URLs, folders, and tags in every detected browser.

recent_bookmarksA

Bookmarks added in the last N days, newest first. Useful for what did I save this week?.

bookmark_statsA

The state of the pile: total count, per-source counts, age distribution (how much has sat untouched for years), and top domains. A good first call before triaging.

parse_export_fileA

Parse a bookmark export file from disk into clean JSON. Auto-detects: browser bookmark HTML (Netscape), Pocket CSV, Instapaper CSV, Raindrop CSV, or a plain URL list.

export_bookmarksA

Export bookmarks from detected browsers as markdown, csv, json, or importable browser HTML (Netscape format). Returns the file content; save it wherever you like.

fetch_page_previewA

Fetch a bookmarked URL and return a short, structured preview (title, description, headings, an opening excerpt, word count) instead of the raw page — a few hundred tokens instead of tens of thousands. Use this only when a title/URL alone isn't enough to triage a bookmark: dead links come back as dead or unreachable so you can retire them without guessing, rather than raw HTML. Results are cached locally per URL; pass refresh:true to bypass the cache.

Prompts

Interactive templates invoked by user choice

NameDescription
triage_bookmarksTurn the bookmark pile into decisions: ask the user what their saved things can become, classify every bookmark into those lanes, and produce actionable output per lane.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fisher521/bookmarks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server