Documentation Index
Fetch the complete documentation index at: https://help.raindrop.io/llms.txt
Use this file to discover all available pages before exploring further.
Server address
Our MCP server uses Streamable HTTP transport with OAuth 2.1 authentication at the following address:Supported clients
Claude
claude.ai, Desktop, and Claude Code
ChatGPT
Plus, Pro, Business, Enterprise, Education
VS Code
GitHub Copilot
Cursor
AI code editor
Windsurf
AI code editor
Zed
Code editor (via mcp-remote bridge)
Other MCP clients
Hundreds of other tools now support MCP servers. You can configure them to use Raindrop.io MCP server with the following settings:- Command:
npx - Arguments:
-y mcp-remote https://api.raindrop.io/rest/v2/ai/mcp - Environment: None
Available tools
The server exposes the following tools. Read-only tools only fetch data; the rest modify your library.Bookmarks
| Tool | Description | Read-only |
|---|---|---|
find_bookmarks | Find bookmarks with filters and semantic search | Yes |
fetch_bookmark_content | Get full text and metadata of a bookmark | Yes |
find_misplaced_bookmarks | Detect bookmarks that don’t fit their collection | Yes |
find_mistagged_bookmarks | Detect bookmarks with unfitting tags | Yes |
create_bookmarks | Save one or many URLs to the library | |
update_bookmarks | Edit title, note, tags, collection and more | |
delete_bookmarks | Move to Trash, or delete permanently if already in Trash |
Collections
| Tool | Description | Read-only |
|---|---|---|
find_collections | Find collections by name or bookmark count | Yes |
create_collections | Create one or many collections | |
update_collections | Rename, edit description, or move collections | |
merge_collections | Merge source collections into a target | |
delete_collections | Delete collections; their bookmarks go to Trash |
Tags
| Tool | Description | Read-only |
|---|---|---|
find_tags | Find tags by exact name or semantic search | Yes |
update_tags | Rename or merge tags | |
delete_tags | Remove tags from the library |
Highlights
| Tool | Description | Read-only |
|---|---|---|
find_highlights | Find highlights across the library | Yes |
create_highlight | Add a highlight to a bookmark | |
update_highlight | Edit highlight text, note, or color | |
delete_highlights | Delete specific highlights |
Account
| Tool | Description | Read-only |
|---|---|---|
fetch_current_user | Get profile, subscription, and library stats | Yes |
fetch_popular_keywords | Get frequent keywords and domains across bookmarks | Yes |
FAQ
Why am I seeing an error when trying to connect?
Why am I seeing an error when trying to connect?
Run the following in Terminal to clear saved auth info, then try again:If the issue persists, make sure you have the latest version of Node.js installed.
Does the MCP support Streamable HTTP?
Does the MCP support Streamable HTTP?
Yes, at the
https://api.raindrop.io/rest/v2/ai/mcp endpoint. This is the only supported transport.Can I authenticate with my own API keys or OAuth access tokens?
Can I authenticate with my own API keys or OAuth access tokens?
Yes. You can pass your Raindrop.io API token directly in the
Authorization: Bearer <your-token> header instead of using the interactive OAuth flow.I'm using WSL on Windows, and seeing an error
I'm using WSL on Windows, and seeing an error
Try this configuration instead: