trackmcp
Back to directory
sachin-philip

raindrop.io-mcp

View on GitHub

An MCP server for Raindrop.io

8 stars PythonAI & Machine Learning Updated Oct 28, 2025
mcp-serverraindrop

Documentation

🌧️ 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
bash
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:

jsonc
{
  "mcpServers": {
    "Raindrop": {
      "command": "uv",
      "args": [
        "--directory",
        "",
        "run",
        "raindrop.py"
      ],
      "env": {
        "RAINDROP_TOKEN": ""
      }
    }
  }
}

3. Restart your LLM app (Claude, Cursor, etc.)


📦 Install via Smithery

Install automatically for Claude Desktop:

bash
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

Frequently asked questions

What is raindrop.io-mcp?

raindrop.io-mcp is An MCP server for Raindrop.io

How do I install raindrop.io-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is raindrop.io-mcp open source?

Yes — it is hosted on GitHub at https://github.com/sachin-philip/raindrop.io-mcp and has 8 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP