cdzombak/raindrop-io-mcp-server-docker
3.2
If you are the rightful owner of raindrop-io-mcp-server-docker and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Docker image for the Raindrop.io MCP Server that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Tools
3
Resources
0
Prompts
0
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
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
{
"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
- Go to Raindrop.io App Settings
- Click "Create new app"
- Copy the "Test token"
Available Tools
- create-bookmark: Create a new bookmark
- search-bookmarks: Search bookmarks
- list-collections: List collections