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.
Raindrop.io MCP Server
This project provides a Model Context Protocol (MCP) server for interacting with the Raindrop.io bookmarking service. It enables AI agents and Language Models (LLMs) to manage Raindrop.io data using the MCP standard.
Features
- CRUD operations for collections and bookmarks
- Advanced bookmark search
- Tag and highlight management
- File upload and reminder settings
- Import/export bookmarks
- Trash management
- Real-time streaming support
- Built with TypeScript and utilizes the MCP SDK
Prerequisites
- Node.js (v18 or later) or Bun
- Raindrop.io account and API token
Installation and Usage
- Use
npx
to run the server without installation - Optionally, clone the repository, install dependencies with
bun
, and configure environment variables - Connect MCP clients to the server via stdio
Contributing
Contributions via issues or pull requests are welcome.
License
Licensed under the MIT License.