★ 0 stars
TypeScript
🤖 AI/LLM
Updated 7d ago
This enables AI assistants (like Claude, Cursor, and Windsurf) to securely search your bookmarks, pull references, find unread articles, and even mark them as read all within the chat interface.
View on GitHub →
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": {
"raindrop-mcp-server": {
"command": "npx",
"args": [
"-y",
"prakashio/raindrop-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add raindrop-mcp-server npx -y prakashio/raindrop-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"raindrop-mcp-server": {
"command": "npx",
"args": [
"-y",
"prakashio/raindrop-mcp-server"
]
}
}
}
📋 Copy