An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
Add to Claude Desktop config.json
{
"mcpServers": {
"hiromitsusasaki-raindrop-io-mcp-server": {
"command": "node",
"args": [
"~/.mcp/raindrop-io-mcp-server/index.js"
]
}
}
} Get the source and run locally
git clone https://github.com/hiromitsusasaki/raindrop-io-mcp-server.git ~/.mcp/raindrop-io-mcp-server
cd ~/.mcp/raindrop-io-mcp-server 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.
MCP server that exercises all the features of the MCP protocol.
A high-level framework for building MCP servers in Python
Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware AI agents through a NextJS plugin ecosystem.
Extract and convert YouTube video information.
Interacting with Obsidian via REST API
Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included