MCP ExplorerExplorer

Raindrop Mcp

@sachin-philipon 9 months ago
4 MIT
FreeCommunity
AI Systems
#mcp-server#raindrop
MCP for raindrop

Overview

What is Raindrop Mcp

raindrop-mcp is an MCP server integration for Raindrop.io, allowing users to manage their bookmarks programmatically through various applications.

Use cases

Use cases include programmatically managing bookmarks for personal use, integrating bookmark management into applications, and enhancing productivity by organizing links within LLM environments.

How to use

To use raindrop-mcp, install the required Python version and the UV package manager, obtain an API token from Raindrop.io, configure the MCP settings, and restart your LLM application.

Key features

Key features include adding bookmarks with tags and descriptions, retrieving the latest bookmarks, and searching bookmarks by tags or keywords.

Where to use

raindrop-mcp can be used in any application that supports MCP servers, particularly in LLM applications for managing bookmarks effectively.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers