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.
Claude is an AI assistant by Anthropic. With this integration it can search, read, and organize your bookmarks via MCP.
Connecting via claude.ai
Requires Claude Pro, Max, Team, or Enterprise plan.
Click Add connector and paste the MCP server URL:https://api.raindrop.io/rest/v2/ai/mcp
Click Connect and authorize Raindrop.io in the browser
Click Configure next to Raindrop and set Read-only tools permission to Always allow so Claude doesn’t ask for confirmation every time.
Connecting via Claude Desktop
Requires Node.js installed. Add to your claude_desktop_config.json:
{
"mcpServers": {
"raindrop": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.raindrop.io/rest/v2/ai/mcp"]
}
}
}
Restart Claude Desktop after saving the file.
Connecting via Claude Code
Run in terminal:
claude mcp add --transport http raindrop https://api.raindrop.io/rest/v2/ai/mcp