
Raindrop
STDIORaindrop.io MCP server for programmatically managing bookmarks in LLM applications.
Raindrop.io MCP server for programmatically managing bookmarks in LLM applications.
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.
curl -LsSf https://astral.sh/uv/install.sh | sh uv activate && uv install
{ "mcpServers": { "Raindrop": { "command": "uv", "args": [ "--directory", "<location to project clone>", "run", "raindrop.py" ], "env": { "RAINDROP_TOKEN": "<your_raindrop_token>" } } } }
Install automatically for Claude Desktop:
npx -y @smithery/cli install @sachin-philip/raindrop-io-mcp --client claude
MIT
Built by Sachin Philip