raindrop.io-mcp
An all in one bookmark manager to keep all your favorite books, songs, articles or whatever else you come across while browsing.
Added on 3/28/2025
Raindrop.io MCP Server
What is Raindrop?
Raindrop is an all in one bookmark manager, It is the best place to keep all your favorite books, songs, articles or whatever else you come across while browsing.
Prerequisites
- Python 3.11
- Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install Dependancy
uv activate && uv install
How to use the MCP Server
- Grab an API token from raindrop.io
- Navigate to your mcp config and add the following
{
"mcpServers": {
"Raindrop": {
"command": "uv",
"args": [
"--directory",
"<location to project clone location>",
"run",
"raindrop.py"
],
"env": {
"RAINDROP_TOKEN": "<raindrop token>"
}
}
}
}
- Restart your LLM App (Claude/Cursor etc) and voila!
Command Supported
- Add a bookmark with tags
- Fetch latest bookmarks
- Search bookmark by tag
- Search bookmark by query
... More to follow
Similar Resources
Developer Tools