raindrop-mcp-server

prakashio/raindrop-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 1mo ago
This enables AI assistants (like Claude, Cursor, and Windsurf) to securely search your bookmarks, pull references, find unread articles, and even mark them as read all within the chat interface.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "raindrop-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "prakashio/raindrop-mcp-server"
      ]
    }
  }
}