It closes the loop between reading something in a chat and filing it: the assistant drops the URL into Raindrop.io with tags, and pulls it back by keyword or tag later, without you opening the app.
A small Node server that connects an assistant to your Raindrop.io account. Two operations: file a new bookmark with a title, tags and a collection, and search what you have already saved, optionally narrowed by tag.
- create-bookmark files a URL into your account, with an optional title, tags and target collection
- search-bookmarks searches your saved bookmarks by query text, with an optional tag filter
- Bookmarks land in the same account you read on the web and in the Raindrop apps, so nothing is kept on the side
Node.js 16 or higher, and a Raindrop.io account with an API token, which the server reads from RAINDROP_TOKEN. Install from source with npm, or in one command through Smithery.
One command plus a key — npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude, then supply credentials
