raindrop mcp
Project description
🌧️ 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_sachin_philip_raindrop-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_sachin_philip_raindrop-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25349d04201708a07735f5bee7412a38644f7e054e91b54a8e64da248e5c30ae
|
|
| MD5 |
d74cedcef9d7ec894edb3ae9384a387a
|
|
| BLAKE2b-256 |
c2e34abbfb22c269a5013471a5173a9965167fcf1542111a0f1e7315e62e8408
|
File details
Details for the file iflow_mcp_sachin_philip_raindrop-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_sachin_philip_raindrop-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab8cfcd60be29b180c6950875f1a6b980f3cbd5a2f53b941b3aeba05530a9a5d
|
|
| MD5 |
29d238899cb255617a69711a7b4ad750
|
|
| BLAKE2b-256 |
e7c36abcdc5cda3607bb5b550c106dff4b43fb5bdbb61d659d3bdb7a77e9cafc
|