The Raindrop.io MCP Server is a custom implementation designed to integrate Raindrop.io, a powerful bookmark manager, with MCP (Modular Command Protocol) enabled applications like Claude and Cursor. This server allows users to manage their Raindrop.io bookmarks directly from their LLM (Large Language Model) applications, streamlining the process of saving, searching, and organizing bookmarks.
Raindrop.io is an all-in-one bookmark manager that serves as the perfect place to keep all your favorite books, songs, articles, or any other content you come across while browsing. It offers a seamless way to organize and access your saved items across devices.
Before using the Raindrop.io MCP Server, ensure you have the following:
bash
curl -LsSf https://astral.sh/uv/install.sh | sh
bash
uv activate && uv install
json
{
"mcpServers": {
"Raindrop": {
"command": "uv",
"args": [
"--directory",
"<location to project clone location>",
"run",
"raindrop.py"
],
"env": {
"RAINDROP_TOKEN": "<raindrop token>"
}
}
}
}
The Raindrop.io MCP Server supports the following commands:
More commands will be added in the future.
This project is an MCP server specifically designed for Raindrop.io, enabling seamless integration with MCP-enabled applications. For more details, visit the official documentation.