Back to Apps

Raindrop MCP
Supports UIby adeze
Manage and organize your Raindrop.io bookmarks using natural language with advanced search and AI-powered organization.
0 stars
Works in:Gemini CLICodexVS Code Copilot
Exposes:ToolsResources
What it does
This server connects your AI assistant to Raindrop.io, allowing it to fully manage your bookmarks, collections, and tags. It enables natural language interaction for organizing digital resources, auditing link health, and discovering patterns in your saved content.
Tools
- bookmark_search: Advanced search with filters, tags, and pagination.
- bookmark_manage: Create, update, or delete bookmarks.
- collection_manage: Manage collections and folders.
- get_suggestions: AI-powered organization advice for URLs or bookmarks.
- library_audit: Scan for broken links, duplicates, and untagged items.
- highlight_manage: Manage highlights within bookmarks.
- tag_manage: Rename, merge, or delete tags.
- bulk_edit_raindrops: Batch update or move bookmarks in a collection.
Installation
Add the following to your claude_desktop_config.json:
{
"servers": {
"raindrop": {
"type": "stdio",
"command": "npx",
"args": ["@adeze/raindrop-mcp@latest"],
"env": {
"RAINDROP_ACCESS_TOKEN": "YOUR_RAINDROP_ACCESS_TOKEN"
}
}
}
}
Supported hosts
- Claude Desktop
- Gemini CLI
- Codex
- GitHub Copilot
Quick install
npx @adeze/raindrop-mcpInformation
- Pricing
- free
- Published
- 4/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
codex mcp add raindrop -- npx -y @adeze/raindrop-mcpGemini CLI
gemini extensions install https://github.com/adeze/raindrop-mcpClaude Desktop
Add to claude_desktop_config.json with RAINDROP_ACCESS_TOKEN env varVS Code Copilot
gh copilot config mcp add raindrop -- npx -y @adeze/raindrop-mcp





