https://github.com/sachin-philip/raindrop.io-mcp
An MCP server for Raindrop.io
https://github.com/sachin-philip/raindrop.io-mcp
mcp-server raindrop
Last synced: about 2 months ago
JSON representation
An MCP server for Raindrop.io
- Host: GitHub
- URL: https://github.com/sachin-philip/raindrop.io-mcp
- Owner: sachin-philip
- Created: 2025-03-22T11:44:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T20:05:49.000Z (7 months ago)
- Last Synced: 2025-04-20T20:29:12.114Z (7 months ago)
- Topics: mcp-server, raindrop
- Language: Python
- Homepage: https://cursor.directory/mcp/raindrop-io-2
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- metorial-index - Raindrop - Manage and organize bookmarks efficiently by adding, searching, and categorizing favorite links through an MCP server integration. It supports features like tagging and retrieving recent bookmarks to enhance browsing management. (Task and Project Management)
README
# 🌧️ Raindrop.io MCP Server
[](https://smithery.ai/server/@sachin-philip/raindrop-io-mcp)
## Overview
[Raindrop.io](https://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](https://astral.sh/uv/) package manager
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
uv activate && uv install
```
---
### MCP Server Configuration
1. Grab an API token from [Raindrop.io Developer Portal](https://developer.raindrop.io/v1/authentication/token)
2. Add the following to your MCP config:
```jsonc
{
"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:
```bash
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](https://github.com/sachin-philip)