An open API service indexing awesome lists of open source software.

https://github.com/cdzombak/raindrop-io-mcp-server-docker

Docker image for Raindrop.io MCP server
https://github.com/cdzombak/raindrop-io-mcp-server-docker

docker mcp raindrop

Last synced: 20 days ago
JSON representation

Docker image for Raindrop.io MCP server

Awesome Lists containing this project

README

          

# Raindrop.io MCP Server Docker Image

A Docker image for the Raindrop.io MCP Server that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).

## Features

- Create bookmarks
- Search bookmarks
- List collections
- Filter by tags

## Usage

### Pull and Run

```bash
docker pull docker.io/cdzombak/raindrop-mcp-server:latest
```

### Claude Desktop Configuration

Add to your Claude Desktop config file:

**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`

```json
{
"mcpServers": {
"raindrop": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--init",
"-e", "RAINDROP_TOKEN",
"docker.io/cdzombak/raindrop-mcp-server:latest"
],
"env": {
"RAINDROP_TOKEN": "your_raindrop_api_token_here"
}
}
}
}
```

### Getting Your Raindrop.io API Token

1. Go to [Raindrop.io App Settings](https://app.raindrop.io/settings/integrations)
2. Click "Create new app"
3. Copy the "Test token"

## Available Tools

- **create-bookmark**: Create a new bookmark
- **search-bookmarks**: Search bookmarks
- **list-collections**: List collections