Enterprise DNA
M MCP Servers Developer low

hiromitsusasaki/raindrop-io-mcp-server

by Various

An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).

H

MCP

hiromitsusasaki/raindrop-io-mcp-server

Added 1 June 2026

#modelcontextprotocol #raindrop-io

Overview

An MCP server that lets LLMs read, search, and manage Raindrop.io bookmarks via the Model Context Protocol. It wraps the Raindrop.io API in a TypeScript server so AI agents can access saved links and collections.

Best for

Best for
Developers who want to give LLMs read/write access to their Raindrop.io bookmark library

Use cases

  • Retrieve bookmarks by collection or tag during a conversation
  • Search saved links by keyword or URL from an LLM
  • Create or update bookmarks and collections through natural language

How to use

Install

npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude

Tools exposed

  • create-bookmark
  • search-bookmarks

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "raindrop": {\n      "command": "node",\n      "args": ["PATH_TO_BUILD/index.js"],\n      "env": {\n        "RAINDROP_TOKEN": "your_access_token_here"\n      }\n    }\n  }\n}

Notes

An MCP server that lets LLMs read, search, and manage Raindrop.io bookmarks via the Model Context Protocol. It wraps the Raindrop.io API in a TypeScript server so AI agents can access saved links and collections.

73 stars on GitHub. Last updated 2025-06-04.

Use cases

  • Retrieve bookmarks by collection or tag during a conversation
  • Search saved links by keyword or URL from an LLM
  • Create or update bookmarks and collections through natural language

Pros

  • Direct integration with Raindrop.io, a popular bookmarking service
  • Simple MCP interface for LLMs to interact with personal bookmarks
  • Open source with TypeScript for easy customization

Cons

  • Requires a Raindrop.io API token and self-hosting the server
  • Limited to Raindrop.io’s own API capabilities and rate limits
  • Small community (73 stars) with minimal documentation beyond the repo

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Direct integration with Raindrop.io, a popular bookmarking service
  • Simple MCP interface for LLMs to interact with personal bookmarks
  • Open source with TypeScript for easy customization

Cons

  • Requires a Raindrop.io API token and self-hosting the server
  • Limited to Raindrop.io's own API capabilities and rate limits
  • Small community (73 stars) with minimal documentation beyond the repo
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks