raindrop-mcp

raindrop-mcp

3.5

If you are the rightful owner of raindrop-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Raindrop.io MCP Server allows interaction with the Raindrop.io bookmarking service using the Model Context Protocol (MCP), enabling AI agents to manage bookmarks efficiently.

The Raindrop.io MCP Server is a robust solution for integrating the Raindrop.io bookmarking service with AI agents through the Model Context Protocol (MCP). It provides a comprehensive set of features that allow for the management of bookmarks, collections, and tags, as well as advanced search capabilities. The server is built with TypeScript, ensuring strong typing and maintainability, and utilizes Axios for API requests and Zod for schema validation. It supports CRUD operations, tag management, and real-time streaming of bookmark updates. The server is designed to be MCP compliant, exposing Raindrop.io functionalities as MCP resources and tools, making it a versatile choice for developers looking to integrate Raindrop.io with AI systems. The server can be run using Node.js or Bun, and it communicates via standard input/output, making it easy to connect with MCP clients.

Features

  • CRUD Operations: Create, Read, Update, and Delete collections and bookmarks.
  • Advanced Search: Filter bookmarks by various criteria like tags, domain, type, creation date, etc.
  • Tag Management: List, rename, merge, and delete tags.
  • Highlight Access: Retrieve text highlights from bookmarks.
  • Streaming Support: Provides real-time SSE (Server-Sent Events) endpoints for streaming bookmark updates.