Loading...

This MCP server allows LLMs to interact with Raindrop.io, enabling bookmark creation, searching, and filtering via API token authentication.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server allows LLMs to interact with Raindrop.io, enabling bookmark creation, searching, and filtering via API token authentication.
This server is relatively safe for read operations, but the ability to create bookmarks introduces a moderate risk. Ensure the API token is securely managed and the LLM using this server is trustworthy to prevent unwanted bookmark creation.
Performance is limited by the Raindrop.io API response times and the Node.js server's processing capabilities. Consider implementing caching for frequently accessed bookmarks.
Cost is primarily determined by Raindrop.io API usage. Monitor API call volume to avoid exceeding rate limits or incurring unexpected charges.
npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude{
"mcpServers": {
"raindrop": {
"command": "node",
"args": ["PATH_TO_BUILD/index.js"],
"env": {
"RAINDROP_TOKEN": "your_access_token_here"
}
}
}
}RAINDROP_TOKENcreate-bookmarkCreates a new bookmark in Raindrop.io.
Allows writing data to Raindrop.io account.
search-bookmarksSearches for bookmarks within Raindrop.io.
Read-only operation, no data modification.
API Key
This server is relatively safe for read operations, but the ability to create bookmarks introduces a moderate risk. Ensure the API token is securely managed and the LLM using this server is trustworthy to prevent unwanted bookmark creation.
Autonomy is limited by the toolset. The 'create-bookmark' tool should be used with caution in autonomous mode.
Production Tip
Monitor API usage and error rates to ensure the Raindrop.io API token is not being abused or rate-limited.
You can obtain an API token from your Raindrop.io account settings under the 'Integrations' or 'Developers' section.
Immediately revoke the compromised token in your Raindrop.io account and generate a new one. Update the `.env` file with the new token.
No, this server is configured to use a single Raindrop.io API token at a time. You would need separate instances of the server for each account.
Use the `collection` parameter with the `create-bookmark` tool, providing the collection ID.
Yes, Raindrop.io has rate limits. Refer to the Raindrop.io API documentation for details on the limits and how to handle them.
The current implementation only supports title and tags. You may need to extend the server to support custom metadata fields via the Raindrop.io API.
No, the current implementation does not include a tool for deleting bookmarks.