Overview
As the Raindrop.io MCP Server, this integration exposes Raindrop.io bookmark management through the Model Context Protocol. It enables LLMs to create bookmarks and search across a user's Raindrop.io collection, leveraging MCP to exchange structured actions and results. The server requires Node.js 16+ and a Raindrop.io API token, and can be installed via Smithery or run locally. After setting the RAINDROP_TOKEN environment variable, users can build and run the server, and configure Claude Desktop to route MCP commands to the built index.js. Available tools include create-bookmark, which accepts a URL and optional title, tags, and collection; and search-bookmarks, which accepts a query and optional tag filters. The setup emphasizes secure token management and proper permissions, with guidance to place tokens in environment variables and restrict file access. The project is open-source under MIT License and invites contributions.
Features
Create bookmarks
Creates a new bookmark in Raindrop.io by providing the URL and optional title, tags, and collection.
Search bookmarks
Searches through Raindrop.io bookmarks using a query and optional tag filters.
Filter by tags
Filters retrieved bookmarks by tags to refine search results.




