Back to MCP Directory
Raindrop Io
Model Context Protocol moderate risk

Raindrop Io

This MCP server allows LLMs to interact with Raindrop.io, enabling bookmark creation, searching, and filtering via API token authentication.

Connections & Capabilities

Connects To

GitHub

Capabilities

readwrite

Quickstart

Install

npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude

Config

{
  "mcpServers": {
    "raindrop": {
      "command": "node",
      "args": ["PATH_TO_BUILD/index.js"],
      "env": {
        "RAINDROP_TOKEN": "your_access_token_here"
      }
    }
  }
}

Exposed MCP Tools (2)

moderate
create-bookmark

Creates a new bookmark in Raindrop.io.

Allows writing data to Raindrop.io account.

safe
search-bookmarks

Searches for bookmarks within Raindrop.io.

Read-only operation, no data modification.

Safety Assessment

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.

  • API token authentication
  • No direct shell access
  • Limited scope of operations (bookmarks only)
  • Clear separation of concerns via MCP
  • API token stored in environment variables (potential exposure risk)
  • Write access to Raindrop.io account (bookmark creation)
  • Potential for data leakage if LLM is compromised
  • Lack of explicit rate limiting could lead to API abuse
Raindrop Io Review, Pricing & Alternatives (2026) | Flaex AI