Loading...
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"
}
}
}
}create-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.
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.