A Model Context Protocol (MCP) server implementation for [Raindrop.io](https://raindrop.io), exposing its API as a set of tools for AI agents and automated workflows.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"raindrop": {
"env": {
"RAINDROP_ACCESS_TOKEN": "your_raindrop_access_token_here"
},
"command": "/usr/local/bin/raindrop-mcp-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server implementation for Raindrop.io, exposing its API as a set of tools for AI agents and automated workflows.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP Security Weekly
Get CVE alerts and security updates for Raindrop Mcp Server Rs and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server implementation for Raindrop.io, exposing its API as a set of tools for AI agents and automated workflows.
claude_desktop_config.json):
{
"mcpServers": {
"raindrop": {
"command": "/usr/local/bin/raindrop-mcp-server",
"env": {
"RAINDROP_ACCESS_TOKEN": "your_token_here"
}
}
}
}
Download from GitHub Releases:
Linux:
wget https://github.com/yamahigashi/raindrop-mcp-server-rs/releases/download/latest/raindrop-mcp-server-linux.tar.gz
tar -xzf raindrop-mcp-server-v0.1.0-linux.tar.gz
chmod +x raindrop-mcp-server-linux
sudo mv raindrop-mcp-server-linux /usr/local/bin/raindrop-mcp-server
Windows:
Invoke-WebRequest -Uri "https://github.com/yamahigashi/raindrop-mcp-server-rs/releases/download/v0.1.0/raindrop-mcp-server-v0.1.0-windows.zip" -OutFile "raindrop-mcp-server.zip"
Expand-Archive -Path "raindrop-mcp-server.zip" -DestinationPath "."
# Move raindrop-mcp-server-windows.exe to a directory in your PATH
git clone https://github.com/yamahigashi/raindrop-mcp-server-rs.git
cd raindrop-mcp-server-rs
cargo build --release
# Binary: ./target/release/raindrop-mcp-server
For Claude Desktop, edit claude_desktop_config.json:
{
"mcpServers": {
"raindrop": {
"command": "/usr/local/bin/raindrop-mcp-server",
"env": {
"RAINDROP_ACCESS_TOKEN": "your_raindrop_access_token_here"
}
}
}
}
For development, create .env file:
RAINDROP_ACCESS_TOKEN=your_raindrop_access_token_here
RUST_LOG=info
Once configured, the MCP server provides the following tools to AI assistants: