matteo-hertel/raindrop-mcp-local
If you are the rightful owner of raindrop-mcp-local and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the Raindrop.io API, providing tools for managing bookmarks, collections, tags, highlights, and more.
Tools
Functions exposed to the LLM to take actions
get_collections
List all collections
create_collection
Create a new collection
update_collection
Update an existing collection
delete_collection
Delete a collection
get_raindrops
Search and list raindrops in a collection
get_raindrop
Get a specific raindrop by ID
create_raindrop
Create a new bookmark
update_raindrop
Update an existing bookmark
delete_raindrop
Delete a bookmark
bulk_create_raindrops
Create multiple bookmarks at once
bulk_update_raindrops
Update multiple bookmarks at once
bulk_delete_raindrops
Delete multiple bookmarks at once
get_permanent_copy
Create/get permanent archived copy of a webpage (Pro feature)
get_tags
List tags for a collection
rename_tag
Rename a tag
merge_tags
Merge multiple tags into one
delete_tags
Delete tags
get_highlights
Get highlights for a raindrop
create_highlight
Create a new highlight
update_highlight
Update an existing highlight
delete_highlight
Delete a highlight
get_user
Get current user profile
get_filters
Get available filters for a collection
parse_url
Parse a URL to extract metadata
check_url_exists
Check if a URL exists in your Raindrop.io account
parse_import_file
Parse import files (various formats)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client