Back to list
briansunter

raindrop-bookmark-management

by briansunter

3🍴 1📅 Dec 31, 2025

SKILL.md


Raindrop Bookmark Management

Guide for using the Raindrop.io MCP server to manage bookmarks effectively.

Available MCP Tools

Bookmark Operations

ToolPurpose
create-raindropSave a new bookmark with optional metadata
create-raindrops-bulkBatch save multiple bookmarks (up to 50)
get-raindropGet details of a specific bookmark
list-raindropsList bookmarks from a collection
update-raindropModify bookmark properties
delete-raindropMove to trash or permanently delete
search-raindropsFull-text and operator search

Collection Operations

ToolPurpose
list-collectionsGet all collections (folders)
get-collectionGet specific collection details
create-collectionCreate new collection
update-collectionModify collection properties
delete-collectionRemove collection (bookmarks go to trash)

Tag Operations

ToolPurpose
list-tagsGet all tags with counts
merge-tagsRename or consolidate tags
delete-tagsRemove tags from bookmarks

Other Tools

ToolPurpose
list-highlightsGet text highlights from articles
parse-urlPreview URL metadata before saving
check-url-existsCheck for duplicate bookmarks

Special Collection IDs

  • 0 - All bookmarks across collections
  • -1 - Unsorted (default for new bookmarks)
  • -99 - Trash

Search Operators

#tag              Search by tag
site:example.com  Filter by domain
type:article      Filter by type (article/image/video/document/audio)
important:true    Favorites only
created:YYYY-MM-DD  Date filter

Field Presets

Optimize response size with presets:

PresetFields Included
minimal_id, link, title
basic+ excerpt, tags, created, domain
standard+ note, type, cover, lastUpdate, important
media_id, link, title, cover, media, type, file
organization_id, title, tags, collection, collectionId, sort, removed
metadata_id, created, lastUpdate, creatorRef, user, broken, cache

Common Workflows

Save URL with Tags

Use create-raindrop with:
- link: "https://example.com/article"
- tags: ["research", "ai"]
- collectionId: 12345 (or omit for Unsorted)
- pleaseParse: true (auto-extract metadata)

Organize Bookmarks

1. list-collections to see available folders
2. create-collection for new category
3. update-raindrop with collectionId to move items

Clean Up Tags

1. list-tags to see all tags with counts
2. merge-tags to consolidate similar tags
3. delete-tags to remove unused ones

Research Workflow

1. parse-url to preview before saving
2. check-url-exists to avoid duplicates
3. create-raindrop to save with notes
4. search-raindrops later to find content

Environment Setup

Requires RAINDROP_TOKEN environment variable. Get your token from: https://app.raindrop.io/settings/integrations

Set in ~/.dotfiles/local/.env:

export RAINDROP_TOKEN="your-token-here"

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon