Skip to main content
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.
1
Go to Settings → Connectors
2
Click Add connector and paste the MCP server URL:
https://api.raindrop.io/rest/v2/ai/mcp
3
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