Skip to main content
Glama
sachin-philip

Raindrop.io MCP Server

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


Related MCP server: mcp-bookmark-server

✨ 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

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access and manage Raindrop.io bookmarks, collections, tags, and highlights through the Model Context Protocol. Supports CRUD operations, advanced search, file uploads, and bulk editing of bookmarks.
    106
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to save and search bookmarks using OpenAI's RAG capabilities for intelligent bookmark management and retrieval.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables language models to access and manage Raindrop.io bookmarks, collections, tags, and highlights through the Model Context Protocol.
    45
    MIT

View all related MCP servers

Related MCP Connectors

  • Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.

  • Universal memory for AI agents and tools. Save, organize and search context anywhere.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sachin-philip/raindrop.io-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server