development
documentation
public
integration
open source
What is An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).?
Raindrop.io MCP Server is an integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP). It supports creating and searching bookmarks, and filtering by tags. The server requires Node.js 16 or higher and a Raindrop.io account with an API token.
Documentation
Raindrop.io MCP Server
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Features
Create bookmarks
Search bookmarks
Filter by tags
Requirements
Node.js 16 or higher
Raindrop.io account and API token
Setup# Installing via Smithery
To install Raindrop.io Integration for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude
Manual Installation
Clone the repository:
git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server
cd raindrop-io-mcp-server
Install dependencies:
npm install
Set up environment variables:
Create a .env file and set your Raindrop.io API token