Raindrop.io MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Raindrop.io MCP Serversave this link to my machine learning collection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌧️ 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.
Related MCP server: Raindrop.io MCP Server
✨ 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 installMCP 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sachin-philip/raindrop.io-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server