Connecting via claude.ai
Requires Claude Pro, Max, Team, or Enterprise plan.Go to Settings → Connectors
Connecting via Claude Desktop
Requires Node.js installed. Add to yourclaude_desktop_config.json:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
claude_desktop_config.json:
{
"mcpServers": {
"raindrop": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.raindrop.io/rest/v2/ai/mcp"]
}
}
}
claude mcp add --transport http raindrop https://api.raindrop.io/rest/v2/ai/mcp
Was this page helpful?