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: 3 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T20:16:27.000Z (3 months ago)
- Last Synced: 2025-03-31T20:36:08.445Z (3 months ago)
- Topics: mcp-server, raindrop
- Language: Python
- Homepage: https://cursor.directory/mcp/raindrop-io-2
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- mcp-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. (Business Tools)
README
### Raindrop.io MCP Server
## What is Raindrop?
[Raindrop](https://raindrop.io/) 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
1. Python 3.11
2. Install UV `curl -LsSf https://astral.sh/uv/install.sh | sh`
3. Install Dependancy `uv activate && uv install`## How to use the MCP Server
1. Grab an API token from [raindrop.io](https://developer.raindrop.io/v1/authentication/token)
2. Navigate to your mcp config and add the following```json
{
"mcpServers": {
"Raindrop": {
"command": "uv",
"args": [
"--directory",
"",
"run",
"raindrop.py"
],
"env": {
"RAINDROP_TOKEN": ""
}
}
}
}
```3. Restart your LLM App (Claude/Cursor etc) and voila!
## Command Supported
1. Add a bookmark with tags
2. Fetch latest bookmarks
3. Search bookmark by tag
4. Search bookmark by query... More to follow