# io.github.Fisher521/bookmarks-mcp (npm · bookmarks-mcp)

Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `bookmarks-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/fisher521-bookmarks-mcp/bookmarks-mcp.md), [page](https://verifymcp.io/servers/fisher521-bookmarks-mcp/bookmarks-mcp)

## Channel facts

- Registry: `npm`
- Package: `bookmarks-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 96 of 100 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 96 of 100 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 733 tokens (~91/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 53% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add fisher521-bookmarks-mcp -- npx -y bookmarks-mcp
```

### Codex

```bash
codex mcp add fisher521-bookmarks-mcp -- npx -y bookmarks-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fisher521-bookmarks-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bookmarks-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fisher521-bookmarks-mcp --command npx --arg -y --arg bookmarks-mcp
```

### Hermes

```yaml
mcp_servers:
  fisher521-bookmarks-mcp:
    command: "npx"
    args: ["-y", "bookmarks-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "fisher521-bookmarks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 65)

First indexed and scored.

## MCP tools (8)

### `list_sources` (~56 tokens)

List bookmark sources

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_bookmarks` (~101 tokens)

List bookmarks

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

Input parameters:

- `folder` (string): Only bookmarks whose folder path contains this string (case-insensitive)
- `limit` (integer)
- `offset` (integer)
- `source` (string): Filter by browser ("chrome", "safari", "firefox", "edge", "brave", "arc", "vivaldi") or a source id from list_sources. Omit for all.

### `search_bookmarks` (~89 tokens)

Search bookmarks

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

Input parameters:

- `limit` (integer)
- `query` (string, required)
- `source` (string): Filter by browser ("chrome", "safari", "firefox", "edge", "brave", "arc", "vivaldi") or a source id from list_sources. Omit for all.

### `recent_bookmarks` (~93 tokens)

Recently added bookmarks

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

Input parameters:

- `days` (integer)
- `limit` (integer)
- `source` (string): Filter by browser ("chrome", "safari", "firefox", "edge", "brave", "arc", "vivaldi") or a source id from list_sources. Omit for all.

### `bookmark_stats` (~91 tokens)

Bookmark statistics

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.

Input parameters:

- `source` (string): Filter by browser ("chrome", "safari", "firefox", "edge", "brave", "arc", "vivaldi") or a source id from list_sources. Omit for all.

### `parse_export_file` (~72 tokens)

Parse a bookmark export file

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.

Input parameters:

- `format` (string)
- `path` (string, required): Absolute path to the export file

### `export_bookmarks` (~97 tokens)

Export bookmarks

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

Input parameters:

- `format` (string, required)
- `source` (string): Filter by browser ("chrome", "safari", "firefox", "edge", "brave", "arc", "vivaldi") or a source id from list_sources. Omit for all.

### `fetch_page_preview` (~134 tokens)

Fetch a clean page preview

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.

Input parameters:

- `refresh` (boolean): Bypass the local cache and re-fetch
- `url` (string, required): The URL to preview

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/fisher521-bookmarks-mcp/bookmarks-mcp#diagnostics

## Score history

- 2026-08-07: 65
- 2026-08-06: 65

## Links

- npm package: https://www.npmjs.com/package/bookmarks-mcp
- Socket report: https://socket.dev/npm/package/bookmarks-mcp
- Repository: https://github.com/Fisher521/bookmarks-mcp
- Website: https://www.burn451.cloud/tools/bookmarks-mcp
- Changelog RSS feed: https://verifymcp.io/servers/fisher521-bookmarks-mcp/bookmarks-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fisher521-bookmarks-mcp/bookmarks-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fisher521-bookmarks-mcp/bookmarks-mcp
