Description

The Raindrop.io MCP Server provides AI assistants with direct access to the Raindrop.io bookmarking service through a TypeScript implementation built with Bun. It exposes resources for collections, bookmarks, tags, highlights, and user data, along with tools for CRUD operations, advanced search, tag management, and import/export functionality. The server communicates via stdio by default with optional HTTP/SSE support, uses Axios for API requests, and implements robust error handling with Zod validation. This implementation is particularly valuable for users who want to manage their bookmarks, organize research materials, or analyze saved content without leaving their AI conversation context.

🔬 Playground

Try Raindrop.io live in the browser with security context.

Unverified
No automated security scan has been run on this server yet.

Installation

npx -y @adeze/raindrop-mcp
npm install @adeze/raindrop-mcp
git clone https://github.com/adeze/raindrop-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "raindropio": {
      "command": "npx",
      "args": [
        "-y",
        "@adeze/raindrop-mcp"
      ]
    }
  }
}

Community Reviews

Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.

0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to share your experience.