raindrop-mcp

raindrop-mcp

17

The Raindrop.io MCP Server facilitates interaction with the Raindrop.io bookmarking service by providing a Model Context Protocol server. It allows AI agents to manage bookmarks, collections, and tags with advanced features like real-time streaming and file uploads.

What is the Raindrop.io MCP Server?

The Raindrop.io MCP Server is a protocol server that allows AI agents and Language Models to interact with the Raindrop.io bookmarking service using the Model Context Protocol.

What are the prerequisites for using the Raindrop.io MCP Server?

You need Node.js (v18 or later recommended) or Bun, a Raindrop.io account, and a Raindrop.io API Access Token.

How can I run the Raindrop.io MCP Server using NPX?

Set your API token as an environment variable and run the server using the command: npx @adeze/raindrop-mcp.

What functionalities does the server provide?

The server provides CRUD operations, advanced search, tag management, highlight access, collection management, file upload, reminders, import/export, trash management, and streaming support.

Is the server built with TypeScript?

Yes, the server is built with TypeScript, ensuring strong typing and better maintainability.