A favicon of Raindrop

Raindrop

An MCP server for Raindrop.io

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install sachin-philip/raindrop.io-mcp -c claude

This command will automatically install and configure the Raindrop MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Raindrop": {
      "command": "uvx",
      "args": [
        "raindrop"
      ],
      "env": {
        "RAINDROP_TOKEN": "${input:raindrop_token}"
      }
    }
  }
}

🌧️ Raindrop.io MCP Server

Smithery Badge

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

Related topics:
Share:
Details:
  • Stars


    3
  • Forks


    2
  • Last commit


    21 days ago
  • Repository age


    2 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Raindrop:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Raindrop: MCP Server – MCP.Bar