### Get Help: Browser Extension Setup
Source: https://help.raindrop.io/stella
Ask for guidance on how to properly install and configure the Raindrop.io browser extension.
```natural language
How do I set up the browser extension?
```
--------------------------------
### CSV Import Example
Source: https://help.raindrop.io/import
This example demonstrates the structure of a CSV file for importing bookmarks, including columns for URL, folder, title, note, tags, and creation date. It shows how to specify nested folders and multiple tags.
```csv
folder,url,title,note,tags,created
"Folder",http://google.com,Google,"Note","search, app",1629980125
"Folder/Nested folder",http://yahoo.com,Yahoo,"Note","search, app",1629980125
```
--------------------------------
### Start a Chat on Web/Desktop
Source: https://help.raindrop.io/stella
Initiate a chat with Stella by clicking the 'Ask' button in the top right corner of the Raindrop.io app.
```text
Click the **Ask** button in the top right corner of the app and type what you need.
```
--------------------------------
### Get Help: Keyboard Shortcuts
Source: https://help.raindrop.io/stella
Inquire about the location or method for changing keyboard shortcuts within the application.
```natural language
Where can I change keyboard shortcuts?
```
--------------------------------
### Examples of Summarizing Content with Stella
Source: https://help.raindrop.io/stella
Ask Stella to summarize articles, explain concepts in simple terms, or compare information across your bookmarks. Useful for quickly grasping content or deciding if it's worth reading.
```text
Summarize this article in 3 bullet points
```
```text
Explain this in simple terms
```
```text
What do my bookmarks say about productivity?
```
```text
Compare these two articles
```
```text
What questions does this article answer?
```
```text
Is this worth reading if I'm interested in [topic]?
```
--------------------------------
### Start a Chat with Browser Extension
Source: https://help.raindrop.io/stella
When saving or editing a bookmark using the browser extension, click the 'Ask' button to open a chat about the current web page.
```text
When saving or editing a bookmark in the extension, click the button — it opens a chat about that web page.
```
--------------------------------
### Get Help: Sharing Collections
Source: https://help.raindrop.io/stella
Ask Stella for instructions on how to make a collection publicly accessible.
```natural language
How do I share a collection publicly?
```
--------------------------------
### Start a Chat on iOS
Source: https://help.raindrop.io/stella
Tap the 'Ask' button in the bottom left corner of the iOS app to start a general chat. To chat about a specific bookmark, open it and tap the 'Ask' icon.
```text
Tap the button in the bottom left corner of the app.
```
```text
To ask about a specific bookmark, open it and tap at the bottom.
```
--------------------------------
### Start a Chat on Android
Source: https://help.raindrop.io/stella
Tap the 'Ask' button in the top right corner of the Android app to start a chat. For specific bookmarks, open the bookmark and tap the 'Ask' icon.
```text
Tap the button in the top right corner of the app.
```
```text
To ask about a specific bookmark, open it and tap at the bottom.
```
--------------------------------
### Customize Public Page Appearance with URL Parameters
Source: https://help.raindrop.io/public-page
Append parameters to the `/view/` segment of your public page URL to control its appearance and content. For example, you can set the theme to dark, sort bookmarks by title in descending order, and navigate to the third page.
```url
https://exentrich.raindrop.page/design-66/view/theme=dark&sort=-title&page=3
```
--------------------------------
### Examples of Finding Bookmarks with Stella
Source: https://help.raindrop.io/stella
Use natural language descriptions to find bookmarks based on meaning, not just keywords. Stella can locate items based on vague memories or specific details.
```text
that article about morning routines I saved last spring
```
```text
the Italian recipe with the weird ingredient
```
```text
travel recommendations for Tokyo from that blogger
```
```text
Which bookmarks mention "machine learning" but aren't too technical?
```
```text
Find articles similar to this one
```
--------------------------------
### Create Reading List
Source: https://help.raindrop.io/stella
Generate a reading list from bookmarks related to a specific subject, such as design.
```natural language
Create a reading list from my design bookmarks
```
--------------------------------
### Configure MCP Servers for Claude Desktop
Source: https://help.raindrop.io/integrations/claude
Add this JSON configuration to your `claude_desktop_config.json` file to enable Raindrop.io integration with Claude Desktop. Requires Node.js.
```json
{
"mcpServers": {
"raindrop": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.raindrop.io/rest/v2/ai/mcp"]
}
}
}
```
--------------------------------
### Bookmarklet for Saving to Raindrop.io
Source: https://help.raindrop.io/install-extension
Use this JavaScript bookmarklet to save the current page to Raindrop.io without installing the extension. It opens a small dialog for saving.
```javascript
javascript:(function(){var rspW=450,rspH=600,rspL=parseInt((screen.width/2)-(rspW/2)),rspT=parseInt((screen.height/2)-(rspH/2));window.open("https://app.raindrop.io/add?link="+encodeURIComponent(window.location.href)+"&title="+encodeURIComponent(document.title),"raindrop-save","width="+rspW+",height="+rspH+",resizable=yes,scrollbars=yes,status=false,location=false,toolbar=false,left="+rspL+",top="+rspT)})()
```
--------------------------------
### Organize Unsorted Bookmarks
Source: https://help.raindrop.io/stella
Use this command to organize bookmarks that have not yet been categorized.
```natural language
Organize my Unsorted bookmarks into collections
```
--------------------------------
### Filter by Permanent Copy
Source: https://help.raindrop.io/filters
Use the 'cache.status:ready' operator to find bookmarks that have a permanent copy available.
```text
cache.status:ready
```
--------------------------------
### Suggest Library Structure
Source: https://help.raindrop.io/stella
Request suggestions for improving the organization of your entire bookmark library.
```natural language
Suggest a better structure for my library
```
--------------------------------
### Ask About a Specific Bookmark (Web/Desktop)
Source: https://help.raindrop.io/stella
To ask Stella about a particular bookmark, right-click it and select 'Ask', or open the bookmark and navigate to the 'Ask' tab.
```text
**Right-click** any bookmark and select Ask
```
```text
Open a bookmark and switch to the Ask tab
```
--------------------------------
### Configure Other MCP Clients
Source: https://help.raindrop.io/integrations/mcp
Use npx with the mcp-remote command to configure third-party clients to use the Raindrop.io MCP server. No environment variables are required.
```bash
npx -y mcp-remote https://api.raindrop.io/rest/v2/ai/mcp
```
--------------------------------
### Add MCP Server Configuration
Source: https://help.raindrop.io/integrations/cursor
Configure Raindrop.io as an MCP server within Cursor by adding this JSON to your .cursor/mcp.json file. This enables Cursor to access your bookmarks.
```json
{
"mcpServers": {
"raindrop": {
"url": "https://api.raindrop.io/rest/v2/ai/mcp"
}
}
}
```
--------------------------------
### Configure MCP Server for Raindrop.io in Windsurf
Source: https://help.raindrop.io/integrations/windsurf
Add this configuration to `~/.codeium/windsurf/mcp_config.json` to enable Raindrop.io integration. This specifies the server URL for Raindrop.io's AI MCP endpoint.
```json
{
"mcpServers": {
"raindrop": {
"serverUrl": "https://api.raindrop.io/rest/v2/ai/mcp"
}
}
}
```
--------------------------------
### Move Bookmarks by Topic
Source: https://help.raindrop.io/stella
Instruct Stella to find all bookmarks related to a specific topic and move them to a designated collection.
```natural language
Find everything about Japan and move it to Travel
```
--------------------------------
### Configure VS Code MCP Server
Source: https://help.raindrop.io/integrations/vscode
Add this configuration to your project's `.vscode/mcp.json` file to connect to the Raindrop.io API via MCP.
```json
{
"servers": {
"raindrop": {
"type": "http",
"url": "https://api.raindrop.io/rest/v2/ai/mcp"
}
}
}
```
--------------------------------
### Show Highlights by Topic
Source: https://help.raindrop.io/stella
Retrieve and display your saved highlights pertaining to a particular subject, like productivity.
```natural language
Show my highlights about productivity
```
--------------------------------
### General Instructions for Asking Stella
Source: https://help.raindrop.io/stella
Describe your desired outcome in natural language. Stella handles multi-step requests and requires confirmation for significant changes. Answers link to the source material.
```text
Just describe the end result in your language — even if it takes several steps, like `find everything about Japan and move it to Travel`. No need to remember exact names or where you saved things. Every answer links to the source, and any big changes need your confirmation first.
```
--------------------------------
### Configure MCP for WSL
Source: https://help.raindrop.io/integrations/mcp
Use this JSON configuration when running MCP on Windows Subsystem for Linux (WSL) to correctly route commands and connect to the Raindrop.io API.
```json
{
"mcpServers": {
"raindrop": {
"command": "wsl",
"args": ["npx", "-y", "mcp-remote", "https://api.raindrop.io/rest/v2/ai/mcp"]
}
}
}
```
--------------------------------
### Add Raindrop.io MCP Server via Claude CLI
Source: https://help.raindrop.io/integrations/claude
Use this command in your terminal to add Raindrop.io as an MCP server for Claude. This enables integration via the Claude command-line interface.
```bash
claude mcp add --transport http raindrop https://api.raindrop.io/rest/v2/ai/mcp
```
--------------------------------
### Filter for Uploaded Files
Source: https://help.raindrop.io/filters
Use the 'file:true' operator to filter for bookmarks that are uploaded files.
```text
file:true
```
--------------------------------
### Show Duplicate Bookmarks
Source: https://help.raindrop.io/stella
Command to display a list of any duplicate bookmarks found within your library.
```natural language
Show duplicate bookmarks
```
--------------------------------
### MCP Server URL for ChatGPT App
Source: https://help.raindrop.io/integrations/chatgpt
Paste this URL when creating a new app in ChatGPT's Developer mode to connect Raindrop.io.
```text
https://api.raindrop.io/rest/v2/ai/mcp
```
--------------------------------
### Find and Tag Articles
Source: https://help.raindrop.io/stella
Use this command to find articles on a specific topic and tag them by relevant entities, such as teams.
```natural language
Find articles about Formula 1 and tag them by team
```
--------------------------------
### Search by Last Update Date
Source: https://help.raindrop.io/filters
Filter bookmarks based on their last update date using the 'lastUpdate:' operator.
```text
lastUpdate:2024-07-15
```
--------------------------------
### Search by Content Type
Source: https://help.raindrop.io/filters
Filter bookmarks by their content type (e.g., article, image, video) using the 'type:' operator.
```text
type:article
```
--------------------------------
### Search by Creation Date
Source: https://help.raindrop.io/filters
Filter bookmarks based on their creation date using the 'created:' operator. Supports date ranges with '<' and '>'.
```text
created:2024-01
```