Best for
- Individuals and teams who rely on Raindrop.io for bookmark management.
- Users who want to control their bookmarks via an AI assistant using natural language.
Raindrop MCP Server is a community-developed server that connects Raindrop.io, a bookmark management service, to AI assistants. It provides tools to create, update, and delete collections and bookmarks, search bookmarks by tags, domain, type, date, manage tags and highlights, bulk edit, audit broken links and duplicates, and manage trash. It supports stdio transport and can be configured for use with various clients like Claude Desktop, Gemini CLI, and others. Requires a Raindrop.io account and API access token.
npx -y @adeze/raindrop-mcp, or add the server to your MCP client configuration with the command and token. For Claude Desktop, you can download the .mcpb file and configure it.{
"servers": {
"raindrop": {
"type": "stdio",
"command": "npx",
"args": [
"@adeze/raindrop-mcp@latest"
],
"env": {
"RAINDROP_ACCESS_TOKEN": "YOUR_RAINDROP_ACCESS_TOKEN"
}
}
}
}