An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"raindrop": {
"env": {
"RAINDROP_TOKEN": "your_access_token_here"
},
"args": [
"PATH_TO_BUILD/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@smithery/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @smithery/cli against OSV.dev.
Click any tool to inspect its schema.
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
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP Security Weekly
Get CVE alerts and security updates for Raindrop Io Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
To install Raindrop.io Integration for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hiromitsusasaki/raindrop-io-mcp-server --client claude
git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server
cd raindrop-io-mcp-server
npm install
.env file and set your Raindrop.io API tokenRAINDROP_TOKEN=your_access_token_here
npm run build
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"raindrop": {
"command": "node",
"args": ["PATH_TO_BUILD/index.js"],
"env": {
"RAINDROP_TOKEN": "your_access_token_here"
}
}
}
}
Creates a new bookmark.
Parameters:
url: URL to bookmark (required)title: Title for the bookmark (optional)tags: Array of tags (optional)collection: Collection ID (optional)Searches through bookmarks.
Parameters:
query: Search query (required)tags: Array of tags to filter by (optional)# Build for development
npm run build
# Start server
npm start
This is an open source MCP server that anyone can use and contribute to. The project is released under the MIT License.
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to help improve this project.