🌧️ 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
- Grab an API token from Raindrop.io Developer Portal
- 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>"
}
}
}
}
- 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
Raindrop
Project Details
- sachin-philip/raindrop.io-mcp
- Last Updated: 6/3/2025
Recomended MCP Servers
A powerful Model Context Protocol (MCP) server for web search and URL content extraction using DuckDuckGo.
A mockup full stack app built with React, FastAPI, MongoDB, and Docker, powered by CLIP for multi-tagging and...
🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context...
A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions...
smithery.ai server
MCP Server Shortcut Project
MCP server for Windows OS automation





