raindrop-mcp-server
Related Servers
Alternatives to raindrop-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceEnables to manage Raindrop.io bookmarks programmatically—add, search, and organize bookmarks from LLM apps.413-
- AlicenseBqualityAmaintenanceExposes the Raindrop.io API as Claude tools for managing bookmarks, collections, tags, and bulk operations, with proper collection move support.191MIT
- AlicenseAqualityDmaintenanceAn MCP server that allows Claude Desktop to access and manage Raindrop.io bookmarks through natural language commands, supporting operations for collections, raindrops, and tags.127MIT
- AlicenseBqualityCmaintenanceEnables management of Raindrop.io bookmarks, collections, tags, and highlights via MCP tools, with support for search, bulk editing, and library auditing.17MIT
- AlicenseAqualityBmaintenanceEnables searching and managing Raindrop.io bookmarks via the official REST API, including listing collections, retrieving bookmarks, and creating or updating bookmarks.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access and manage Raindrop.io bookmarks, collections, tags, and highlights through the Model Context Protocol. Supports CRUD operations, advanced search, file uploads, and bulk editing of bookmarks.44 npmMIT
TDQS
Scored across 15 tools
Each tool targets a distinct resource (collection, raindrop, tag, user) and action (get, create, update, delete, merge, rename). Singular/plural forms differentiate single vs. batch operations clearly, so there is no ambiguity between tools.
All tools follow a consistent verb_noun pattern (e.g., get_collection, create_raindrop, delete_tags). The only minor deviation is plural vs. singular nouns (get_collection vs. get_collections), but this is a natural and predictable distinction for batch vs. single operations.
With 15 tools, the server is well-scoped for a bookmark manager: full CRUD for collections and raindrops, tag management, and user info. Each tool has a clear purpose, and the count is neither sparse nor overwhelming.
The tool surface covers the full lifecycle for collections, raindrops, and tags (create, read, update, delete, merge, rename). Search/filtering is integrated into get_raindrops, and user info is provided. There are no obvious missing operations for the domain.