Back to directory
hiromitsusasaki/raindrop-io-mcp-server

hiromitsusasaki/raindrop-io-mcp-server

@hiromitsusasaki

An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).

raindropbookmarksllmmcptypescriptintegrationbookmarks-managertool

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12