hiromitsusasaki/raindrop-io-mcp-server
by Various
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
MCP
hiromitsusasaki/raindrop-io-mcp-server
Added 1 June 2026
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-bookmarksearch-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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
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.