Overview
What is raindrop-mcp?
Raindrop.io MCP Server is an integration that lets you manage Raindrop.io bookmarks programmatically—add, search, and organize links directly from LLM applications like Claude or Cursor.
How to use raindrop-mcp?
Install Python 3.11 and the UV package manager, then clone the project and configure your MCP client with the uv command pointing to raindrop.py and your Raindrop API token in the environment variable RAINDROP_TOKEN. Optionally install via Smithery with a single CLI command.
Key features of raindrop-mcp
- Add a bookmark with tags, description, and collection
- Retrieve the latest bookmarks
- Search bookmarks by tag
- Search bookmarks by keyword or text
Use cases of raindrop-mcp
- Save a new link to a specific Raindrop collection from an LLM chat
- Quickly fetch your most recent bookmarks without opening the Raindrop app
- Filter bookmarks by a specific tag to find related resources
- Search through your bookmark library by keyword for research or reference
FAQ from raindrop-mcp
What is Raindrop.io?
Raindrop.io is an all-in-one bookmark manager that the MCP server integrates with.
How do I get a Raindrop API token?
Obtain an API token from the Raindrop.io Developer Portal.
What are the prerequisites for using raindrop-mcp?
You need Python 3.11 and the UV package manager installed.
How do I install raindrop-mcp via Smithery?
Run npx -y @smithery/cli install @sachin-philip/raindrop-io-mcp --client claude to install automatically for Claude Desktop.
What commands are supported by raindrop-mcp?
Supported commands: add a bookmark (with tags, description, collection), get latest bookmarks, search bookmarks by tag, and search bookmarks by keyword/text.