raindrop.io-mcp
An MCP server for Raindrop.io
Documentation
🌧️ 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 installMCP 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",
"",
"run",
"raindrop.py"
],
"env": {
"RAINDROP_TOKEN": ""
}
}
}
}3. 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
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
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations) Python-based implementation.
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP. Python-based implementation. Trusted by 4100+ developers.
An MCP server that autonomously evaluates web applications. Python-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP