raindrop.io-mcp
If you are the rightful owner of raindrop.io-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
Raindrop.io MCP Server allows you to manage bookmarks programmatically using LLM apps.
๐ง๏ธ 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
Related MCP Servers
View all browser_automation servers โFetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
deepwiki-mcp
by regenrek
This is an unofficial Deepwiki MCP Server that processes Deepwiki URLs, crawls pages, converts them to Markdown, and returns documents or lists by page.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
fetch-mcp
by zcaceres
This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.