Creates a new bookmark in your Raindrop.io account
Searches through your Raindrop.io bookmarks
The Raindrop.io Bookmarks integration allows AI assistants to seamlessly interact with your Raindrop.io bookmarks collection. With this integration, you can create new bookmarks, search through your existing collection, and filter results by tags - all through natural language conversations with your AI. This integration bridges the gap between your AI assistant and your knowledge management workflow, making it easier to save valuable resources and retrieve information when needed. Whether you're researching a topic, organizing web resources, or building a knowledge base, this integration streamlines the process of managing your digital bookmarks.
The Raindrop.io Bookmarks integration connects your AI assistant to your Raindrop.io account, allowing you to manage your bookmarks through conversation. This integration is particularly useful for researchers, knowledge workers, and anyone who regularly saves and organizes web content.
Before setting up this integration, you'll need:
The easiest way to install the Raindrop.io integration is through Smithery:
npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude
This command automatically configures the integration for Claude Desktop.
If you prefer to install manually:
git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server
cd raindrop-io-mcp-server
npm install
npm run build
Open the Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the following configuration (replace your_access_token_here
with your actual Raindrop.io API token):
{
"mcpServers": {
"raindrop": {
"command": "node",
"args": ["PATH_TO_BUILD/index.js"],
"env": {
"RAINDROP_TOKEN": "your_access_token_here"
}
}
}
}
Replace PATH_TO_BUILD
with the actual path to the built index.js file.
For other AI clients that support the Model Context Protocol, consult your client's documentation for how to add MCP servers. You'll need to provide:
Once installed, you can interact with your Raindrop.io bookmarks through natural language:
If you encounter issues: