Connecting via claude.ai
Requires Claude Pro, Max, Team, or Enterprise plan.Connecting via Claude Desktop
Requires Node.js installed. Add to yourclaude_desktop_config.json:
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?