A public, self-hostable MCP server that exposes the full Raindrop.io API as Claude tools. Fixes the silent collection-move bug in existing community servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rainkeeper": {
"command": "uvx",
"args": [
"rainkeeper"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rainkeeper uvx rainkeeper
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rainkeeper": {
"command": "uvx",
"args": [
"rainkeeper"
]
}
}
}
📋 Copy
Or install with pip: pip install rainkeeper
README Excerpt
``` · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ____ _ ___ _ _ _ _______ _____ _____ ____ _____ ____ | _ \ / \ |_ _| \ | | |/ / ____| ____| ___| _ \| ____| __ \ | |_) | / _ \ | || \| | ' /| _| | _| | |_ | |_) | _| | /
Tools (20)
bulk_delete_raindrops bulk_mark_important bulk_move_raindrops bulk_tag_raindrops create_collection create_raindrop delete_collection delete_raindrop delete_tags get_collection get_raindrop list_collections list_raindrops list_tags move_raindrop python rename_tag search_raindrops update_collection update_raindrop
Topics
bookmark-manager bookmarks claude fastmcp llm-tools mcp mcp-server python raindrop raindrop-io