Labsco
MCP SERVER

Raindrop.io

by hiromitsusasaki

Save a link to Raindrop.io and find it again later, from the conversation where the link came up.

Note-Taking & Personal Knowledge Bases
Summary
Bookmarking that happens where you found the link.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

One command plus a key — npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude, then supply credentials