bitterpanda63/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 Raindrop.io bookmark management, enabling AI assistants to interact with bookmarks, collections, tags, and more.
Tools
Functions exposed to the LLM to take actions
get_raindrops
Get all raindrops from a collection with automatic pagination
get_raindrop
Get a single raindrop by ID
create_raindrop
Create a new bookmark
update_raindrop
Update an existing bookmark
delete_raindrop
Delete a bookmark
get_collections
Get root collections
get_child_collections
Get child collections
get_collection
Get a single collection by ID
create_collection
Create a new collection
update_collection
Update a collection
delete_collection
Delete a collection
get_tags
Get all tags
delete_tag
Delete a tag
get_user
Get authenticated user information
get_highlights
Get highlights for a raindrop
create_highlight
Create a highlight
delete_highlight
Delete a highlight
get_filters
Get filters for a collection
get_suggested_filters
Get suggested filters
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client