rjskinnaindahizzy/raindrop-mcp-server
If you are the rightful owner of raindrop-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the Raindrop.io API, enabling management of bookmarks, collections, and tags.
Tools
Functions exposed to the LLM to take actions
get_raindrop
Get a single bookmark by ID.
get_raindrops
Get bookmarks from a collection with filtering and pagination.
search_raindrops
Search for bookmarks across all collections.
create_raindrop
Create a new bookmark.
update_raindrop
Update an existing bookmark.
delete_raindrop
Delete a bookmark.
get_collections
Get all root-level collections.
get_child_collections
Get all nested (child) collections.
get_collection
Get a specific collection by ID.
create_collection
Create a new collection.
update_collection
Update an existing collection.
delete_collection
Delete a collection by ID.
get_tags
Get all tags, optionally filtered by collection.
rename_tag
Rename a tag across all or specific collection.
merge_tags
Merge multiple tags into one.
delete_tags
Delete one or more tags.
get_user
Get current user information and profile.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client