Simple, working MCP Server for Raindrop.io bookmark management
| Tool name | Description | Destructive? |
|---|---|---|
| diagnostics | Server diagnostic information and library health metrics | ✓ no |
| collection_list | List all collections as a flat list | ✓ no |
| get_collection_tree | Hierarchical view of collections with full breadcrumb paths | ✓ no |
| collection_manage | Create, update, or delete collections | ✓ no |
| bookmark_search | Advanced search with filters, tags, and pagination | ✓ no |
| bookmark_manage | Create, update, or delete bookmarks | ✓ no |
| get_raindrop⚠ | Fetch a single bookmark by ID | ⚠ yes |
| list_raindrops⚠ | List bookmarks for a collection with pagination | ⚠ yes |
| get_suggestions | AI-powered organization advice for a URL or bookmark | ✓ no |
| bulk_edit_raindrops⚠ | Bulk update, move, or remove bookmarks in a collection | ⚠ yes |
| tag_manage | Rename, merge, or delete tags | ✓ no |
| highlight_manage | Create, update, or delete highlights | ✓ no |
| library_audit | Scan library for broken links, duplicates, and untagged items | ✓ no |
| empty_trash | Permanently empty the trash (requires confirmation) | ✓ no |
| cleanup_collections | Remove empty collections (requires confirmation) | ✓ no |
{
"mcpServers": {
"anansitradingraindrop": {
"command": "npx",
"args": [
"-y",
"@anansitrading/raindrop-mcp"
]
}
}
}