Raindrop.io

v1.0.0Knowledge & Memorystable

Enables AI agents to access and manage Raindrop.io bookmarks, collections, tags, and highlights through the Model Context Protocol. Supports CRUD operations, advanced search, file uploads, and bulk editing of bookmarks.

modelcontextprotocolraindrop-io
Share:
72
Stars
0
Downloads
0
Weekly
0/5

What is Raindrop.io?

Raindrop.io is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai agents to access and manage raindrop.io bookmarks, collections, tags, and highlights through the model context protocol. supports crud operations, advanced search, file uploads, and bulk ed...

Enables AI agents to access and manage Raindrop.io bookmarks, collections, tags, and highlights through the Model Context Protocol. Supports CRUD operations, advanced search, file uploads, and bulk editing of bookmarks.

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI agents to access and manage Raindrop.io bookmarks

Use Cases

Access and manage Raindrop.io bookmarks and collections.
Support advanced search, bulk editing, and file uploads.
hiromitsusasaki

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 5, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx raindrop-io-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Raindrop.io

Raindrop.io MCP Server connects AI assistants to your Raindrop.io bookmark library via the Model Context Protocol, enabling you to create new bookmarks with tags and collection assignments and to search your existing bookmarks by keyword or tag — all through natural-language prompts in Claude Desktop or other MCP clients. It authenticates through Raindrop.io's API using a personal access token and exposes a lightweight, focused set of tools for reading and writing your bookmark collection without opening a browser.

Prerequisites

  • Node.js 18 or later
  • A Raindrop.io account with a personal access token (created at https://app.raindrop.io/settings/integrations)
  • An MCP-compatible client such as Claude Desktop
  • The raindrop-io-mcp-server repository cloned locally (for manual setup)
1

Generate a Raindrop.io API token

Log in to Raindrop.io and navigate to Settings > Integrations > Create new app to generate a personal access token. Copy the token — this is your RAINDROP_TOKEN.

2

Install via Smithery (quickest path)

Use the Smithery CLI to install the server and auto-configure Claude Desktop in one step.

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

Or clone and build manually

If you prefer a manual setup, clone the repository and build it with npm.

git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server.git
cd raindrop-io-mcp-server
npm install && npm run build
4

Configure Claude Desktop manually

Add the raindrop server block to your Claude Desktop config file, setting the RAINDROP_TOKEN environment variable to your personal access token.

{
  "mcpServers": {
    "raindrop": {
      "command": "node",
      "args": ["/path/to/raindrop-io-mcp-server/build/index.js"],
      "env": {
        "RAINDROP_TOKEN": "your_raindrop_access_token_here"
      }
    }
  }
}
5

Restart Claude Desktop and test

Restart Claude Desktop to load the new server configuration, then ask Claude to search your bookmarks or create a new one to verify the connection.

Raindrop.io Examples

Client configuration

Manual Claude Desktop config for the Raindrop.io MCP server with the required RAINDROP_TOKEN.

{
  "mcpServers": {
    "raindrop": {
      "command": "node",
      "args": ["/Users/yourname/raindrop-io-mcp-server/build/index.js"],
      "env": {
        "RAINDROP_TOKEN": "your_raindrop_access_token_here"
      }
    }
  }
}

Prompts to try

Natural-language prompts you can use with Claude once the server is connected to your Raindrop.io account.

- "Save https://martinfowler.com/articles/microservices.html with the tags 'architecture' and 'reading-list'"
- "Find all my bookmarks tagged with 'productivity'"
- "Search my Raindrop library for articles about TypeScript type narrowing"
- "Create a bookmark for https://github.com/anthropics/anthropic-sdk-python in my 'Dev Tools' collection"
- "Find bookmarks tagged 'research' and summarize the titles"

Troubleshooting Raindrop.io

API returns 401 Unauthorized

Check that RAINDROP_TOKEN is set to a valid personal access token from https://app.raindrop.io/settings/integrations. Tokens can be revoked and regenerated from that page.

search-bookmarks returns no results even though bookmarks exist

The search tool queries Raindrop.io's API, which indexes bookmark content. Ensure your search query matches keywords in bookmark titles or tags, and try a broader single-word query to verify connectivity.

create-bookmark fails with a collection ID error

Collection IDs in Raindrop.io are numeric. You can find a collection's ID in the URL when viewing it in the browser (e.g., app.raindrop.io/collection/12345). Use 0 for the default unsorted collection.

Frequently Asked Questions about Raindrop.io

What is Raindrop.io?

Raindrop.io is a Model Context Protocol (MCP) server that enables ai agents to access and manage raindrop.io bookmarks, collections, tags, and highlights through the model context protocol. supports crud operations, advanced search, file uploads, and bulk editing of bookmarks. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Raindrop.io?

Follow the installation instructions on the Raindrop.io GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Raindrop.io?

Raindrop.io works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Raindrop.io free to use?

Yes, Raindrop.io is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Raindrop.io?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides