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.

Connecting
Add to.vscode/mcp.json in your project:
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.

.vscode/mcp.json in your project:
{
"servers": {
"raindrop": {
"type": "http",
"url": "https://api.raindrop.io/rest/v2/ai/mcp"
}
}
}
Was this page helpful?