Skip to main content

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.

VS Code is a code editor by Microsoft with built-in GitHub Copilot. With this integration Copilot can search, read, and organize your bookmarks via MCP.

Connecting

Add to .vscode/mcp.json in your project:
{
	"servers": {
		"raindrop": {
			"type": "http",
			"url": "https://api.raindrop.io/rest/v2/ai/mcp"
		}
	}
}