raindrop.io-mcp

raindrop.io-mcp

3.5

If you are the rightful owner of raindrop.io-mcp 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@mcpreview.com.

Raindrop.io MCP Server allows you to manage bookmarks programmatically using LLM apps.

๐ŸŒง๏ธ Raindrop.io MCP Server

Overview

Raindrop.io is an all-in-one bookmark manager. This MCP server integration lets you manage your bookmarks programmaticallyโ€”add, search, and organize your favorite links right from your LLM apps.


โœจ Features

  • Add a bookmark (with tags, description, collection)
  • Get latest bookmarks
  • Search bookmarks by tag
  • Search bookmarks by keyword/text

๐Ÿš€ Quickstart

Prerequisites

  • Python 3.11
  • UV package manager
curl -LsSf https://astral.sh/uv/install.sh | sh
uv activate && uv install

MCP Server Configuration

  1. Grab an API token from Raindrop.io Developer Portal
  2. Add the following to your MCP config:
{
  "mcpServers": {
    "Raindrop": {
      "command": "uv",
      "args": [
        "--directory",
        "<location to project clone>",
        "run",
        "raindrop.py"
      ],
      "env": {
        "RAINDROP_TOKEN": "<your_raindrop_token>"
      }
    }
  }
}
  1. Restart your LLM app (Claude, Cursor, etc.)

๐Ÿ“ฆ Install via Smithery

Install automatically for Claude Desktop:

npx -y @smithery/cli install @sachin-philip/raindrop-io-mcp --client claude

๐Ÿ› ๏ธ Supported Commands

  • Add a bookmark (with tags, description, collection)
  • Get latest bookmarks
  • Search bookmarks by tag
  • Search bookmarks by keyword/text

... More to follow

๐Ÿ“ License

MIT


๐Ÿ™Œ Credits

Built by Sachin Philip